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 | aea2ea2dea65c693862ec7d7dba93c43c61cd8c0 (patch) | |
tree | 1de3886816b9f95602efa6f6451ef99f0a216414 /include | |
parent | 976b48b6540f9421ec63bf3c3c56ba942728cf35 (diff) | |
download | upstream-aea2ea2dea65c693862ec7d7dba93c43c61cd8c0.tar.gz upstream-aea2ea2dea65c693862ec7d7dba93c43c61cd8c0.tar.bz2 upstream-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 'include')
-rw-r--r-- | include/toolchain-build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/toolchain-build.mk b/include/toolchain-build.mk index 08054ac9c6..6defe63edf 100644 --- a/include/toolchain-build.mk +++ b/include/toolchain-build.mk @@ -7,6 +7,7 @@ override CONFIG_AUTOREBUILD= +REAL_STAGING_DIR_HOST:=$(STAGING_DIR_HOST) STAGING_DIR_HOST:=$(TOOLCHAIN_DIR) BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN) |