diff options
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index d661914f..cec1e357 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -303,55 +303,6 @@ config HOST_SUFFIX endif # CANADIAN -if CROSS_NATIVE || CANADIAN - -comment "Target system" - -config TARGET_PREFIX - string - prompt "| Tools prefix (READ HELP!)" - default "" - help - If you have your *target system* tools in a weird location, and/or - they have an unusual prefix, enter it here. - - Usually, you should leave that empty! - - Eg.: - If your *target* gcc is /opt/target-tools/bin/weird-gcc then you - should enter: - /opt/target-tools/bin/weird- - - If your *target* gcc is /opt/target-tools/bin/weird-gcc and - /opt/target-tools/bin is in your PATH, you should enter: - weird- - - If your *target* gcc is /opt/target-tools/bin/gcc then you - should enter (do not forget to add the trailing '/'): - /opt/target-tools/bin/ - -config TARGET_SUFFIX - string - prompt "| Tools suffix (READ HELP!)" - default "" - help - If your *target system* tools have an unusual suffix, enter it - here. - - Usually, you should leave that empty! - - Eg.: - If your 'default' gcc is gcc 4.3.1, but you also have gcc-3.4.2 - installed as gcc-3.4, then you should enter: - -3.4 - - It can happen that some of the tools have a suffix, when others - don't, eg. you can have 'gcc-3.4' and 'ar'. crosstool-NG accounts - for that by checking the tools without the suffix in case it can - not find some of the tool. - -endif # CROSS_NATIVE || CANADIAN - comment "Misc options" config TOOLCHAIN_ENABLE_NLS |