git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e1be3f5
)
gcc: The variable is simply called CONFIGURE_ARGS and already contains the host,build...
author
Christian Beier
<redacted>
Tue, 8 Jul 2014 13:50:40 +0000
(15:50 +0200)
committer
Christian Beier
<redacted>
Sun, 10 Aug 2014 11:59:37 +0000
(13:59 +0200)
Signed-off-by: Christian Beier <redacted>
devel/gcc/Makefile
patch
|
blob
|
history
diff --git
a/devel/gcc/Makefile
b/devel/gcc/Makefile
index a4f7eccbdf082b3f1da398e080bc4dba61508773..c7c946fd016a29dda68217dd04066b19c19f72ec 100644
(file)
--- 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 \
git clone https://git.99rst.org/PROJECT