projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add wrt350n v2 image building code from #5970 (thx, maddes)
[openwrt.git]
/
toolchain
/
binutils
/
Makefile
diff --git
a/toolchain/binutils/Makefile
b/toolchain/binutils/Makefile
index
d24151d
..
91d982c
100644
(file)
--- a/
toolchain/binutils/Makefile
+++ b/
toolchain/binutils/Makefile
@@
-46,6
+46,10
@@
BINUTILS_CONFIGURE:= \
--disable-multilib \
--disable-werror \
--disable-nls \
--disable-multilib \
--disable-werror \
--disable-nls \
+ $(if $(CONFIG_GCC_VERSION_4_4), \
+ --with-ppl=$(REAL_STAGING_DIR_HOST) \
+ --with-cloog=$(REAL_STAGING_DIR_HOST) \
+ ) \
$(SOFT_FLOAT_CONFIG_OPTION) \
$(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS)) \
$(SOFT_FLOAT_CONFIG_OPTION) \
$(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS)) \
This page took
0.020228 seconds
and
4
git commands to generate.