mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
tools wrapper: fix config dependency
The tools wrapper is not needed only for canadian crosses, but also for every other type of toolchain.
This commit is contained in:
parent
33144a6438
commit
2231853b85
@ -285,10 +285,7 @@ config TARGET_SUFFIX
|
|||||||
|
|
||||||
endif # CROSS_NATIVE || CANADIAN
|
endif # CROSS_NATIVE || CANADIAN
|
||||||
|
|
||||||
# Kept as a separate if block, even if it could go into the above block,
|
# Necessary for all types of toolchains, at least for gcc > 4.3.x
|
||||||
# because it seems better. No real reason, only that it seems right...
|
|
||||||
if CANADIAN
|
|
||||||
|
|
||||||
comment "Host specifics"
|
comment "Host specifics"
|
||||||
|
|
||||||
choice
|
choice
|
||||||
@ -322,6 +319,4 @@ config TOOLS_WRAPPER
|
|||||||
default "script" if TOOLS_WRAPPER_SCRIPT
|
default "script" if TOOLS_WRAPPER_SCRIPT
|
||||||
default "exec" if TOOLS_WRAPPER_EXEC
|
default "exec" if TOOLS_WRAPPER_EXEC
|
||||||
|
|
||||||
endif # CROSS_NATIVE || CANADIAN
|
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Loading…
Reference in New Issue
Block a user