Browse Source

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.
Peter Korsgaard 16 years ago
parent
commit
717f8e0a59
1 changed files with 2 additions and 3 deletions
  1. 2 3
      toolchain/Makefile.in

+ 2 - 3
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