Fix unrecognized os error message.
From-SVN: r7340
This commit is contained in:
parent
8aea655f0a
commit
cb4a4241cf
2
gcc/config.sub
vendored
2
gcc/config.sub
vendored
@ -596,7 +596,7 @@ case $os in
|
||||
;;
|
||||
*)
|
||||
# Get rid of the `-' at the beginning of $os.
|
||||
os=`echo $1 | sed 's/[^-]*-//'`
|
||||
os=`echo $os | sed 's/[^-]*-//'`
|
||||
echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
|
||||
exit 1
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user