diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-05-07 09:12:45 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-05-07 09:12:45 +0000 |
commit | cd07e60bb9cf78805232fac91b52ad7e7b9b572d (patch) | |
tree | ba895f61be2c3b413503475c0667d3fb3b95cb24 | |
parent | 3f1e6a86e7c5ef3c1fdbd1d8508217f7ab478dca (diff) |
Ne pas oublier le 686...
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@794 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-x | config/auto-aux/config.sub | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/auto-aux/config.sub b/config/auto-aux/config.sub index e67a800b5..ec6d3014e 100755 --- a/config/auto-aux/config.sub +++ b/config/auto-aux/config.sub @@ -129,7 +129,7 @@ esac case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. - tahoe | i[345]86 | i860 | m68k | m68000 | m88k | ns32k | arm \ + tahoe | i[3-6]86 | i860 | m68k | m68000 | m88k | ns32k | arm \ | arme[lb] | pyramid \ | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ @@ -144,7 +144,7 @@ case $basic_machine in exit 1 ;; # Recognize the basic CPU types with company name. - vax-* | tahoe-* | i[345]86-* | i860-* | m68k-* | m68000-* | m88k-* \ + vax-* | tahoe-* | i[3-6]86-* | i860-* | m68k-* | m68000-* | m88k-* \ | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \ | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ @@ -308,19 +308,19 @@ case $basic_machine in os=-mvs ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? - i[345]86v32) + i[3-6]86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` os=-sysv32 ;; - i[345]86v4*) + i[3-6]86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` os=-sysv4 ;; - i[345]86v) + i[3-6]86v) basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` os=-sysv ;; - i[345]86sol2) + i[3-6]86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` os=-solaris2 ;; |