From: Peter Korsgaard Date: Tue, 23 Dec 2008 10:21:10 +0000 (-0000) Subject: toolchain: disable export-toolchain stuff as it breaks make dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=717f8e0a599e10a5e6e8806deb450d67f2c57219;p=buildroot.git 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. --- diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index 16f33f6bc4..8469baccfd 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