diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-23 10:21:10 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-23 10:21:10 +0000 |
commit | 717f8e0a599e10a5e6e8806deb450d67f2c57219 (patch) | |
tree | 22137154b119e49fe07848093a82e11db75ea2a7 /toolchain | |
parent | 40a2bdae7cb6143614691f607ddb9b594cedf83d (diff) | |
download | buildroot-novena-717f8e0a599e10a5e6e8806deb450d67f2c57219.tar.gz buildroot-novena-717f8e0a599e10a5e6e8806deb450d67f2c57219.zip |
toolchain: disable export-toolchain stuff as it breaks make dependencies
For some reason Ulf's export-toolchain stuff breaks the build as the
dependencies target isn't executed and SED isn't set.
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index 16f33f6bc..8469baccf 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -46,6 +46,5 @@ CFLAGS_COMBINE = $(call cc-option,-combine,) # gcc has a bunch of needed stuff.... include toolchain/gcc/Makefile.in - -include toolchain/export-toolchain/Makefile.in - +# breaks the build +#include toolchain/export-toolchain/Makefile.in |