projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix the route to the pptp server when using pptp as wan interface
[openwrt.git]
/
toolchain
/
gcc
/
Makefile
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index
cd18098
..
a1d1baa
100644
(file)
--- a/
toolchain/gcc/Makefile
+++ b/
toolchain/gcc/Makefile
@@
-59,6
+59,9
@@
define Stage1/Configure
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
+ --disable-multilib \
+ $(SOFT_FLOAT_CONFIG_OPTION) \
+ $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
);
endef
define Stage1/Compile
);
endef
define Stage1/Compile
@@
-89,13
+92,14
@@
define Stage2/Configure
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
+ --disable-multilib \
+ $(SOFT_FLOAT_CONFIG_OPTION) \
+ $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
);
endef
define Stage2/Compile
);
endef
define Stage2/Compile
- $(MAKE) -C $(BUILD_DIR2) \
- SHELL="$(BASH)" \
- all
+ export SHELL="\$(BASH)"; \$(MAKE) -C \$(BUILD_DIR2) all
endef
define Stage2/Install
endef
define Stage2/Install
This page took
0.025947 seconds
and
4
git commands to generate.