From f24052dd61775722a17d6ccdd15caf136da65a8c Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sun, 10 Aug 2014 19:37:28 +0200 Subject: [PATCH] gcc: Specify target languages the right way. There are no CONFIG_INSTALL_* vars in the SDK anymore. Signed-off-by: Christian Beier --- devel/gcc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/gcc/Makefile b/devel/gcc/Makefile index 304855726..b7828ba50 100644 --- a/devel/gcc/Makefile +++ b/devel/gcc/Makefile @@ -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