From 2231853b856c1deaf032e915d415a640126befa3 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 6 Sep 2009 11:13:28 +0200 Subject: tools wrapper: fix config dependency The tools wrapper is not needed only for canadian crosses, but also for every other type of toolchain. diff --git a/config/toolchain.in b/config/toolchain.in index 9372dc4..4b2c368 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -285,10 +285,7 @@ config TARGET_SUFFIX endif # CROSS_NATIVE || CANADIAN -# Kept as a separate if block, even if it could go into the above block, -# because it seems better. No real reason, only that it seems right... -if CANADIAN - +# Necessary for all types of toolchains, at least for gcc > 4.3.x comment "Host specifics" choice @@ -322,6 +319,4 @@ config TOOLS_WRAPPER default "script" if TOOLS_WRAPPER_SCRIPT default "exec" if TOOLS_WRAPPER_EXEC -endif # CROSS_NATIVE || CANADIAN - endmenu -- cgit v0.10.2-6-g49f6