aboutsummaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authorThomas Bushnell, BSG1996-11-21 22:20:09 +0000
committerThomas Bushnell, BSG1996-11-21 22:20:09 +0000
commitaab72f0761de41b0c851c2fae08a10bcc4dc19e2 (patch)
tree332b5844683d5898de41aa6e13e5603cec2cbb9b /config.sub
parent416f76359368444a1169d9bc66d2c65cbf9034b4 (diff)
downloademacs-aab72f0761de41b0c851c2fae08a10bcc4dc19e2.tar.gz
emacs-aab72f0761de41b0c851c2fae08a10bcc4dc19e2.zip
Revert last change.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub7
1 files changed, 2 insertions, 5 deletions
diff --git a/config.sub b/config.sub
index 5c77f398fdc..0432524944d 100755
--- a/config.sub
+++ b/config.sub
@@ -68,7 +68,7 @@ esac
68# Here we must recognize all the valid KERNEL-OS combinations. 68# Here we must recognize all the valid KERNEL-OS combinations.
69maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 69maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
70case $maybe_os in 70case $maybe_os in
71 linux-gnu* | gnu-gnu*) 71 linux-gnu*)
72 os=-$maybe_os 72 os=-$maybe_os
73 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 73 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
74 ;; 74 ;;
@@ -678,7 +678,7 @@ case $os in
678 # The portable systems comes first. 678 # The portable systems comes first.
679 # Each alternative MUST END IN A *, to match a version number. 679 # Each alternative MUST END IN A *, to match a version number.
680 # -sysv* is not here because it comes later, after sysvr4. 680 # -sysv* is not here because it comes later, after sysvr4.
681 -gnu-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 681 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
682 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ 682 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
683 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ 683 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
684 | -amigados* | -msdos* | -newsos* | -unicos* | -aof* | -aos* \ 684 | -amigados* | -msdos* | -newsos* | -unicos* | -aof* | -aos* \
@@ -692,9 +692,6 @@ case $os in
692 | -linux-gnu* | -uxpv*) 692 | -linux-gnu* | -uxpv*)
693 # Remember, each alternative MUST END IN *, to match a version number. 693 # Remember, each alternative MUST END IN *, to match a version number.
694 ;; 694 ;;
695 -gnu*)
696 os=`echo $os | sed -e 's|gnu|gnu-gnu|'`
697 ;;
698 -linux*) 695 -linux*)
699 os=`echo $os | sed -e 's|linux|linux-gnu|'` 696 os=`echo $os | sed -e 's|linux|linux-gnu|'`
700 ;; 697 ;;