diff options
author | Joachim Nilsson <jocke@vmlinux.org> | 2009-09-06 11:13:28 +0200 |
---|---|---|
committer | Joachim Nilsson <jocke@vmlinux.org> | 2009-09-06 11:13:28 +0200 |
commit | 2231853b856c1deaf032e915d415a640126befa3 (patch) | |
tree | 98a6e0a3058b1fe34719d44b8a319cb71778a0ca /config/toolchain.in | |
parent | 33144a643808357711f34f698e4f275b66e03f08 (diff) | |
download | crosstool-ng-2231853b856c1deaf032e915d415a640126befa3.tar.gz crosstool-ng-2231853b856c1deaf032e915d415a640126befa3.tar.bz2 crosstool-ng-2231853b856c1deaf032e915d415a640126befa3.zip |
tools wrapper: fix config dependency
The tools wrapper is not needed only for canadian crosses, but also
for every other type of toolchain.
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index 9372dc43..4b2c3686 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 |