diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-02 00:47:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-02 00:47:24 +0000 |
commit | affe22dce74e930c35abc094d5c523135b2f0be0 (patch) | |
tree | 9ff2ac12b715a4bcc92f8215999f6ed425461978 /toolchain/binutils/Makefile | |
parent | 22523c204a075bb7740ca27801e25dee3722ba1d (diff) | |
download | upstream-affe22dce74e930c35abc094d5c523135b2f0be0.tar.gz upstream-affe22dce74e930c35abc094d5c523135b2f0be0.tar.bz2 upstream-affe22dce74e930c35abc094d5c523135b2f0be0.zip |
binutils: fix path to cloog and ppl
SVN-Revision: 18265
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index d24151db2a..91d982c002 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -46,6 +46,10 @@ BINUTILS_CONFIGURE:= \ --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)) \ |