projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't overwrite device default for fast frames closes #2321
[openwrt.git]
/
toolchain
/
gcc
/
Makefile
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index
d784a60
..
59f8372
100644
(file)
--- a/
toolchain/gcc/Makefile
+++ b/
toolchain/gcc/Makefile
@@
-60,6
+60,7
@@
define Stage1/Configure
--disable-nls \
--disable-libmudflap \
--disable-multilib \
--disable-nls \
--disable-libmudflap \
--disable-multilib \
+ $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
);
endef
define Stage1/Compile
);
endef
define Stage1/Compile
@@
-90,7
+91,8
@@
define Stage2/Configure
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
--with-gnu-ld \
--disable-nls \
--disable-libmudflap \
- --disable-mutlitlib \
+ --disable-multilib \
+ $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
);
endef
);
endef
This page took
0.025716 seconds
and
4
git commands to generate.