diff -r 20dd8cef1c8a -r 51e4597b07fc scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Thu Jul 29 19:30:37 2010 +0200 +++ b/scripts/crosstool-NG.sh.in Thu May 27 23:18:19 2010 +0200 @@ -441,6 +441,9 @@ gcj) CT_TestAndAbort "Missing: '${t}${tool}${!s}' or '${t}${tool}' or '${tool}' : either needed!" "${CT_CC_LANG_JAVA}" = "y" ;; + strip) + CT_TestAndAbort "Missing: '${t}${tool}${!s}' or '${t}${tool}' or '${tool}' : either needed!" "${CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES}" = "y" + ;; # If any other is missing, only warn at low level *) # It does not deserve a WARN level.