diff -r 4f7ed2e72178 -r 2dfea349d307 config/toolchain.in --- a/config/toolchain.in Mon Nov 28 18:35:17 2011 +0100 +++ b/config/toolchain.in Tue Jan 03 22:57:25 2012 +0100 @@ -303,55 +303,6 @@ 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