scripts/crosstool-NG.sh.in
changeset 2096 5f01a23be1e4
parent 2044 20dd8cef1c8a
child 2116 75ee9a87c0e4
     1.1 --- a/scripts/crosstool-NG.sh.in	Thu Jul 29 19:30:37 2010 +0200
     1.2 +++ b/scripts/crosstool-NG.sh.in	Thu Aug 26 23:36:54 2010 +0200
     1.3 @@ -441,6 +441,9 @@
     1.4                      gcj)
     1.5                          CT_TestAndAbort "Missing: '${t}${tool}${!s}' or '${t}${tool}' or '${tool}' : either needed!" "${CT_CC_LANG_JAVA}" = "y"
     1.6                          ;;
     1.7 +                    strip)
     1.8 +                        CT_TestAndAbort "Missing: '${t}${tool}${!s}' or '${t}${tool}' or '${tool}' : either needed!" "${CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES}" = "y"
     1.9 +                        ;;
    1.10                      # If any other is missing, only warn at low level
    1.11                      *)
    1.12                          # It does not deserve a WARN level.