Browse Source

gcc: The variable is simply called CONFIGURE_ARGS and already contains the host,build, target triplet plus right prefixes.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
lilik-openwrt-22.03
Christian Beier 10 years ago
parent
commit
5ad8b4ff1e
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      devel/gcc/Makefile

+ 1
- 4
devel/gcc/Makefile View File

@ -48,10 +48,7 @@ define Build/Configure
SHELL="$(BASH)" \
$(TARGET_CONFIGURE_OPTS) \
$(PKG_BUILD_DIR)/configure \
$(TARGET_CONFIGURE_ARGS) \
--build=$(GNU_HOST_NAME) \
--host=$(REAL_GNU_TARGET_NAME) \
--target=$(REAL_GNU_TARGET_NAME) \
$(CONFIGURE_ARGS) \
--enable-languages=$(TARGET_LANGUAGES) \
--disable-__cxa_atexit \
--enable-target-optspace \


Loading…
Cancel
Save