projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
comment out dependencies that are not supposed to be used yet (#2723)
[openwrt.git]
/
toolchain
/
gcc
/
Makefile
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index
a326bb7
..
d9e34af
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
@@
-91,6
+92,7
@@
define Stage2/Configure
--disable-nls \
--disable-libmudflap \
--disable-multilib \
--disable-nls \
--disable-libmudflap \
--disable-multilib \
+ $(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
);
endef
);
endef
This page took
0.020255 seconds
and
4
git commands to generate.