aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-02 00:47:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-02 00:47:24 +0000
commitaea2ea2dea65c693862ec7d7dba93c43c61cd8c0 (patch)
tree1de3886816b9f95602efa6f6451ef99f0a216414 /toolchain/binutils/Makefile
parent976b48b6540f9421ec63bf3c3c56ba942728cf35 (diff)
downloadmaster-187ad058-aea2ea2dea65c693862ec7d7dba93c43c61cd8c0.tar.gz
master-187ad058-aea2ea2dea65c693862ec7d7dba93c43c61cd8c0.tar.bz2
master-187ad058-aea2ea2dea65c693862ec7d7dba93c43c61cd8c0.zip
binutils: fix path to cloog and ppl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile4
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)) \