mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
Translate -gnu/linux* to -linux*.
This commit is contained in:
parent
2e6edd06cb
commit
412239cccf
3
config.sub
vendored
3
config.sub
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user