# HG changeset patch # User Joachim Nilsson # Date 1252228408 -7200 # Node ID 461d964d7df26f7c1855a2a6f9b12dd4b6e40725 # Parent 0a405ac9d9cee7a3ca42294d15399c60fa9b9309 tools wrapper: fix config dependency The tools wrapper is not needed only for canadian crosses, but also for every other type of toolchain. diff -r 0a405ac9d9ce -r 461d964d7df2 config/toolchain.in --- a/config/toolchain.in Sun Sep 06 10:45:31 2009 +0200 +++ b/config/toolchain.in Sun Sep 06 11:13:28 2009 +0200 @@ -285,10 +285,7 @@ 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 @@ default "script" if TOOLS_WRAPPER_SCRIPT default "exec" if TOOLS_WRAPPER_EXEC -endif # CROSS_NATIVE || CANADIAN - endmenu