projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ixp4xx: add Mikael Petterssons patch works for 2.6.33 & 2.6.35
[openwrt.git]
/
toolchain
/
binutils
/
Makefile
diff --git
a/toolchain/binutils/Makefile
b/toolchain/binutils/Makefile
index
5ded5f2
..
423cec8
100644
(file)
--- a/
toolchain/binutils/Makefile
+++ b/
toolchain/binutils/Makefile
@@
-49,12
+49,9
@@
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) \
- ) \
+ $(GRAPHITE_CONFIGURE) \
$(SOFT_FLOAT_CONFIG_OPTION) \
$(SOFT_FLOAT_CONFIG_OPTION) \
- $(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS))
\
+ $(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS))
ifneq ($(CONFIG_SSP_SUPPORT),)
BINUTILS_CONFIGURE+= \
ifneq ($(CONFIG_SSP_SUPPORT),)
BINUTILS_CONFIGURE+= \
This page took
0.020668 seconds
and
4
git commands to generate.