gcc: Specify target languages the right way.

There are no CONFIG_INSTALL_* vars in the SDK anymore.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
This commit is contained in:
Christian Beier 2014-08-10 19:37:28 +02:00
parent c704c2f503
commit f24052dd61

View 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