mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-07 15:00:22 +12:00
Translate -gnu/linux* to -linux*.
This commit is contained in:
parent
7c2971dabd
commit
173dbcf7fe
3
config.sub
vendored
3
config.sub
vendored
@ -565,6 +565,9 @@ case $os in
|
|||||||
-solaris)
|
-solaris)
|
||||||
os=-solaris2
|
os=-solaris2
|
||||||
;;
|
;;
|
||||||
|
-gnu/linux*)
|
||||||
|
os=`echo $os | sed -e 's|gnu/linux|linux|'`
|
||||||
|
;;
|
||||||
# First accept the basic system types.
|
# First accept the basic system types.
|
||||||
# The portable systems comes first.
|
# The portable systems comes first.
|
||||||
# Each alternative must end in a *, to match a version number.
|
# Each alternative must end in a *, to match a version number.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user