From affe22dce74e930c35abc094d5c523135b2f0be0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 2 Nov 2009 00:47:24 +0000 Subject: binutils: fix path to cloog and ppl SVN-Revision: 18265 --- toolchain/binutils/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/binutils') diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index d24151d..91d982c 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)) \ -- cgit v1.1