gcc: The variable is simply called CONFIGURE_ARGS and already contains the host,build...
authorChristian Beier <redacted>
Tue, 8 Jul 2014 13:50:40 +0000 (15:50 +0200)
committerChristian Beier <redacted>
Sun, 10 Aug 2014 11:59:37 +0000 (13:59 +0200)
Signed-off-by: Christian Beier <redacted>
devel/gcc/Makefile

index a4f7eccbdf082b3f1da398e080bc4dba61508773..c7c946fd016a29dda68217dd04066b19c19f72ec 100644 (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 \
git clone https://git.99rst.org/PROJECT