From: Christian Beier Date: Tue, 8 Jul 2014 13:50:40 +0000 (+0200) Subject: gcc: The variable is simply called CONFIGURE_ARGS and already contains the host,build... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5ad8b4ff1e08d43e40138442fba08c228a2acb8a;p=openwrt-packages.git gcc: The variable is simply called CONFIGURE_ARGS and already contains the host,build, target triplet plus right prefixes. Signed-off-by: Christian Beier --- diff --git a/devel/gcc/Makefile b/devel/gcc/Makefile index a4f7eccbd..c7c946fd0 100644 --- a/devel/gcc/Makefile +++ b/devel/gcc/Makefile @@ -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 \