Translate -gnu/linux* to -linux*.

From-SVN: r8210
This commit is contained in:
Richard Stallman 1994-10-04 09:12:29 +00:00
parent 003f7c3e79
commit cc3311068d

3
gcc/config.sub vendored
View File

@ -565,6 +565,9 @@ case $os in
-solaris)
os=-solaris2
;;
-gnu/linux*)
os=`echo $os | sed -e 's|gnu/linux|linux|'`
;;
# First accept the basic system types.
# The portable systems comes first.
# Each alternative must end in a *, to match a version number.