gcc: Specify target languages the right way.
authorChristian Beier <dontmind@freeshell.org>
Sun, 10 Aug 2014 17:37:28 +0000 (19:37 +0200)
committerChristian Beier <dontmind@freeshell.org>
Sun, 10 Aug 2014 17:37:28 +0000 (19:37 +0200)
There are no CONFIG_INSTALL_* vars in the SDK anymore.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
devel/gcc/Makefile

index 3048557264f483a6c3900f9eb062416adf12c844..b7828ba50a34eb1238d4e0ece6339b5b887a75cc 100644 (file)
@@ -23,8 +23,7 @@ PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk
 
-SEP:=,
-TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)"
+TARGET_LANGUAGES:="c,c++"
 
 define Package/gcc
   SECTION:=devel