mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
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:
@@ -23,8 +23,7 @@ PKG_BUILD_PARALLEL:=1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
SEP:=,
|
TARGET_LANGUAGES:="c,c++"
|
||||||
TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)"
|
|
||||||
|
|
||||||
define Package/gcc
|
define Package/gcc
|
||||||
SECTION:=devel
|
SECTION:=devel
|
||||||
|
|||||||
Reference in New Issue
Block a user