Browse Source

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>
lilik-openwrt-22.03
Christian Beier 10 years ago
parent
commit
f24052dd61
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      devel/gcc/Makefile

+ 1
- 2
devel/gcc/Makefile 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


Loading…
Cancel
Save