* config.sub (case $basic_machine): Re-order the cases, to match
the order in the FSF version (which is mostly alphabethical). Merge in some additions and changes from the FSF.
This commit is contained in:
parent
f42fe1599a
commit
842ca181f2
2 changed files with 379 additions and 335 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
|
* config.sub (case $basic_machine): Re-order the cases, to match
|
||||||
|
the order in the FSF version (which is mostly alphabethical).
|
||||||
|
Merge in some additions and changes from the FSF.
|
||||||
|
|
||||||
|
Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||||
|
|
||||||
|
* config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
|
||||||
|
* config.sub: Recognize cxux7.
|
||||||
|
* configure.in: Use mh-cxux for m88k-harris-cxux*.
|
||||||
|
|
||||||
Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
* config.sub: Fix typo powerpc -> powerpc-*.
|
* config.sub: Fix typo powerpc -> powerpc-*.
|
||||||
|
|
702
config.sub
vendored
702
config.sub
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Configuration validation subroutine script, version 1.1.
|
# Configuration validation subroutine script, version 1.1.
|
||||||
# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
|
# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
# can handle that machine. It does not imply ALL GNU software can.
|
# can handle that machine. It does not imply ALL GNU software can.
|
||||||
|
@ -164,97 +164,65 @@ case $basic_machine in
|
||||||
;;
|
;;
|
||||||
# Recognize the various machine names and aliases which stand
|
# Recognize the various machine names and aliases which stand
|
||||||
# for a CPU type and a company and sometimes even an OS.
|
# for a CPU type and a company and sometimes even an OS.
|
||||||
sparc64) # CYGNUS LOCAL
|
|
||||||
basic_machine=sparc64-sun
|
|
||||||
os=-elf
|
|
||||||
;;
|
|
||||||
sparc64-*) # CYGNUS LOCAL
|
|
||||||
;;
|
|
||||||
|
|
||||||
mips3-*) # CYGNUS LOCAL
|
|
||||||
basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
|
|
||||||
;;
|
|
||||||
mips3) # CYGNUS LOCAL
|
|
||||||
basic_machine=mips64-unknown
|
|
||||||
;;
|
|
||||||
dpx20 | dpx20-*) # CYGNUS LOCAL
|
|
||||||
basic_machine=rs6000-bull
|
|
||||||
os=-bosx
|
|
||||||
;;
|
|
||||||
unixware) # CYGNUS LOCAL
|
|
||||||
os=-sysv4
|
|
||||||
basic_machine=i386-unknown
|
|
||||||
;;
|
|
||||||
vaxv)
|
|
||||||
basic_machine=vax-dec
|
|
||||||
os=-sysv
|
|
||||||
;;
|
|
||||||
vms)
|
|
||||||
basic_machine=vax-dec
|
|
||||||
os=-vms
|
|
||||||
;;
|
|
||||||
i370-ibm* | ibm*)
|
|
||||||
basic_machine=i370-ibm
|
|
||||||
os=-mvs
|
|
||||||
;;
|
|
||||||
i386mach) # CYGNUS LOCAL
|
|
||||||
basic_machine=i386-mach
|
|
||||||
os=-mach
|
|
||||||
;;
|
|
||||||
i[34]86v32)
|
|
||||||
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
|
|
||||||
os=-sysv32
|
|
||||||
;;
|
|
||||||
i[34]86v4*)
|
|
||||||
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
|
|
||||||
os=-sysv4
|
|
||||||
;;
|
|
||||||
i[34]86v)
|
|
||||||
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
|
|
||||||
os=-sysv
|
|
||||||
;;
|
|
||||||
i[34]86sol2)
|
|
||||||
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
|
|
||||||
os=-solaris2
|
|
||||||
;;
|
|
||||||
vsta | i386-vsta) # CYGNUS LOCAL
|
|
||||||
basic_machine=i386-unknown
|
|
||||||
os=-vsta
|
|
||||||
;;
|
|
||||||
go32 | i386-go32) # CYGNUS LOCAL
|
|
||||||
basic_machine=i386-unknown
|
|
||||||
os=-go32
|
|
||||||
;;
|
|
||||||
i386-linux* | linux) # CYGNUS LOCAL
|
|
||||||
basic_machine=i386-unknown
|
|
||||||
os=-linux
|
|
||||||
;;
|
|
||||||
i386-linux*coff | linuxcoff) # CYGNUS LOCAL
|
|
||||||
basic_machine=i386-unknown
|
|
||||||
os=-linuxcoff
|
|
||||||
;;
|
|
||||||
i386-linux*elf | linuxelf) # CYGNUS LOCAL
|
|
||||||
basic_machine=i386-unknown
|
|
||||||
os=-linuxelf
|
|
||||||
;;
|
|
||||||
386bsd) # CYGNUS LOCAL
|
386bsd) # CYGNUS LOCAL
|
||||||
basic_machine=i386-unknown
|
basic_machine=i386-unknown
|
||||||
os=-bsd
|
os=-bsd
|
||||||
;;
|
;;
|
||||||
netbsd386)
|
3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
|
||||||
basic_machine=i386-unknown # CYGNUS LOCAL
|
basic_machine=m68000-att
|
||||||
os=-netbsd
|
|
||||||
;;
|
;;
|
||||||
spur)
|
3b*)
|
||||||
basic_machine=spur-unknown
|
basic_machine=we32k-att
|
||||||
;;
|
;;
|
||||||
paragon)
|
a29khif) # CYGNUS LOCAL
|
||||||
basic_machine=i860-intel
|
basic_machine=a29k-amd
|
||||||
os=-osf
|
os=-udi
|
||||||
|
;;
|
||||||
|
adobe68k) # CYGNUS LOCAL
|
||||||
|
basic_machine=m68010-adobe
|
||||||
|
os=-scout
|
||||||
;;
|
;;
|
||||||
alliant | fx80)
|
alliant | fx80)
|
||||||
basic_machine=fx80-alliant
|
basic_machine=fx80-alliant
|
||||||
;;
|
;;
|
||||||
|
altos | altos3068)
|
||||||
|
basic_machine=m68k-altos
|
||||||
|
;;
|
||||||
|
am29k)
|
||||||
|
basic_machine=a29k-none
|
||||||
|
os=-bsd
|
||||||
|
;;
|
||||||
|
amdahl)
|
||||||
|
basic_machine=580-amdahl
|
||||||
|
os=-sysv
|
||||||
|
;;
|
||||||
|
amiga)
|
||||||
|
basic_machine=m68k-cbm
|
||||||
|
;;
|
||||||
|
amigados)
|
||||||
|
basic_machine=m68k-cbm
|
||||||
|
os=-amigados
|
||||||
|
;;
|
||||||
|
amigaunix | amix)
|
||||||
|
basic_machine=m68k-cbm
|
||||||
|
os=-sysv4
|
||||||
|
;;
|
||||||
|
apollo68)
|
||||||
|
basic_machine=m68k-apollo
|
||||||
|
os=-sysv
|
||||||
|
;;
|
||||||
|
apollo68bsd) # CYGNUS LOCAL
|
||||||
|
basic_machine=m68k-apollo
|
||||||
|
os=-bsd
|
||||||
|
;;
|
||||||
|
balance)
|
||||||
|
basic_machine=ns32k-sequent
|
||||||
|
os=-dynix
|
||||||
|
;;
|
||||||
|
m68k-ccur)
|
||||||
|
basic_machine=m68k-ccur
|
||||||
|
os=-rtu
|
||||||
|
;;
|
||||||
convex-c1)
|
convex-c1)
|
||||||
basic_machine=c1-convex
|
basic_machine=c1-convex
|
||||||
os=-bsd
|
os=-bsd
|
||||||
|
@ -275,16 +243,40 @@ case $basic_machine in
|
||||||
basic_machine=c38-convex
|
basic_machine=c38-convex
|
||||||
os=-bsd
|
os=-bsd
|
||||||
;;
|
;;
|
||||||
m88k-omron*)
|
cray | ymp)
|
||||||
basic_machine=m88k-omron
|
basic_machine=ymp-cray
|
||||||
|
os=-unicos
|
||||||
;;
|
;;
|
||||||
merlin)
|
cray2)
|
||||||
basic_machine=ns32k-utek
|
basic_machine=cray2-cray
|
||||||
os=-sysv
|
os=-unicos
|
||||||
;;
|
;;
|
||||||
crds | unos)
|
crds | unos)
|
||||||
basic_machine=m68k-crds
|
basic_machine=m68k-crds
|
||||||
;;
|
;;
|
||||||
|
decstation | decstation-3100 | pmax | pmin | dec3100 | decstatn)
|
||||||
|
basic_machine=mips-dec
|
||||||
|
;;
|
||||||
|
delta | 3300 | motorola-3300 | motorola-delta \
|
||||||
|
| 3300-motorola | delta-motorola)
|
||||||
|
basic_machine=m68k-motorola
|
||||||
|
;;
|
||||||
|
delta88)
|
||||||
|
basic_machine=m88k-motorola
|
||||||
|
os=-sysv3
|
||||||
|
;;
|
||||||
|
dpx20 | dpx20-*)
|
||||||
|
basic_machine=rs6000-bull
|
||||||
|
os=-bosx
|
||||||
|
;;
|
||||||
|
dpx2* | dpx2*-bull)
|
||||||
|
basic_machine=m68k-bull
|
||||||
|
os=-sysv3
|
||||||
|
;;
|
||||||
|
ebmon29k)
|
||||||
|
basic_machine=a29k-amd
|
||||||
|
os=-ebmon
|
||||||
|
;;
|
||||||
elxsi)
|
elxsi)
|
||||||
basic_machine=elxsi-elxsi
|
basic_machine=elxsi-elxsi
|
||||||
os=-bsd
|
os=-bsd
|
||||||
|
@ -292,9 +284,112 @@ case $basic_machine in
|
||||||
encore | umax | mmax)
|
encore | umax | mmax)
|
||||||
basic_machine=ns32k-encore
|
basic_machine=ns32k-encore
|
||||||
;;
|
;;
|
||||||
|
es1800 | OSE68k | ose68k | ose | OSE) # CYGNUS LOCAL
|
||||||
|
basic_machine=m68k-ericsson
|
||||||
|
os=-ose
|
||||||
|
;;
|
||||||
|
fx2800)
|
||||||
|
basic_machine=i860-alliant
|
||||||
|
;;
|
||||||
genix)
|
genix)
|
||||||
basic_machine=ns32k-ns
|
basic_machine=ns32k-ns
|
||||||
;;
|
;;
|
||||||
|
gmicro)
|
||||||
|
basic_machine=tron-gmicro
|
||||||
|
os=-sysv
|
||||||
|
;;
|
||||||
|
go32 | i386-go32) # CYGNUS LOCAL
|
||||||
|
basic_machine=i386-unknown
|
||||||
|
os=-go32
|
||||||
|
;;
|
||||||
|
h3050r* | hiux*)
|
||||||
|
basic_machine=hppa1.1-hitachi
|
||||||
|
os=-hiuxwe2
|
||||||
|
;;
|
||||||
|
h8300hds)
|
||||||
|
basic_machine=h8300-hitachi
|
||||||
|
os=-hds
|
||||||
|
;;
|
||||||
|
h8300hms) # CYGNUS LOCAL
|
||||||
|
basic_machine=h8300-hitachi
|
||||||
|
os=-hms
|
||||||
|
;;
|
||||||
|
h8300xray) # CYGNUS LOCAL
|
||||||
|
basic_machine=h8300-hitachi
|
||||||
|
os=-xray
|
||||||
|
;;
|
||||||
|
h8500hms) # CYGNUS LOCAL
|
||||||
|
basic_machine=h8500-hitachi
|
||||||
|
os=-hms
|
||||||
|
;;
|
||||||
|
harris)
|
||||||
|
basic_machine=m88k-harris
|
||||||
|
os=-sysv3
|
||||||
|
;;
|
||||||
|
h3050r* | hppahitachi)
|
||||||
|
basic_machine=hppa1.1-hitachi
|
||||||
|
;;
|
||||||
|
hp300bsd)
|
||||||
|
basic_machine=m68k-hp
|
||||||
|
os=-bsd
|
||||||
|
;;
|
||||||
|
hp300hpux)
|
||||||
|
basic_machine=m68k-hp
|
||||||
|
os=-hpux
|
||||||
|
;;
|
||||||
|
hp9k2[0-9][0-9] | hp9k31[0-9])
|
||||||
|
basic_machine=m68000-hp
|
||||||
|
;;
|
||||||
|
hp9k3[2-9][0-9])
|
||||||
|
basic_machine=m68k-hp
|
||||||
|
;;
|
||||||
|
hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7)
|
||||||
|
basic_machine=hppa1.1-hp
|
||||||
|
;;
|
||||||
|
hp9k8[0-9][0-9] | hp8[0-9][0-9])
|
||||||
|
basic_machine=hppa1.0-hp
|
||||||
|
;;
|
||||||
|
hppaosf)
|
||||||
|
basic_machine=hppa1.1-hp
|
||||||
|
os=-osf
|
||||||
|
;;
|
||||||
|
i370-ibm* | ibm*)
|
||||||
|
basic_machine=i370-ibm
|
||||||
|
os=-mvs
|
||||||
|
;;
|
||||||
|
i386mach) # CYGNUS LOCAL
|
||||||
|
basic_machine=i386-mach
|
||||||
|
os=-mach
|
||||||
|
;;
|
||||||
|
# I'm not sure what "Sysv32" means. Should this be sysv3.2?
|
||||||
|
i[34]86v32)
|
||||||
|
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
|
||||||
|
os=-sysv32
|
||||||
|
;;
|
||||||
|
i[34]86v4*)
|
||||||
|
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
|
||||||
|
os=-sysv4
|
||||||
|
;;
|
||||||
|
i[34]86v)
|
||||||
|
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
|
||||||
|
os=-sysv
|
||||||
|
;;
|
||||||
|
i[34]86sol2)
|
||||||
|
basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
|
||||||
|
os=-solaris2
|
||||||
|
;;
|
||||||
|
i386-linux* | linux) # CYGNUS LOCAL
|
||||||
|
basic_machine=i386-unknown
|
||||||
|
os=-linux
|
||||||
|
;;
|
||||||
|
i386-linux*coff | linuxcoff) # CYGNUS LOCAL
|
||||||
|
basic_machine=i386-unknown
|
||||||
|
os=-linuxcoff
|
||||||
|
;;
|
||||||
|
i386-linux*elf | linuxelf) # CYGNUS LOCAL
|
||||||
|
basic_machine=i386-unknown
|
||||||
|
os=-linuxelf
|
||||||
|
;;
|
||||||
iris | iris4d | \
|
iris | iris4d | \
|
||||||
iris3 | iris4) # CYGNUS LOCAL
|
iris3 | iris4) # CYGNUS LOCAL
|
||||||
basic_machine=mips-sgi
|
basic_machine=mips-sgi
|
||||||
|
@ -306,30 +401,175 @@ case $basic_machine in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
isi68 | isi)
|
||||||
|
basic_machine=m68k-isi
|
||||||
|
os=-sysv
|
||||||
|
;;
|
||||||
|
m6*bug) # CYGNUS LOCAL
|
||||||
|
basic_machine=m68k-bug
|
||||||
|
os=-coff
|
||||||
|
;;
|
||||||
|
m88k-omron*)
|
||||||
|
basic_machine=m88k-omron
|
||||||
|
;;
|
||||||
|
magnum | m3230)
|
||||||
|
basic_machine=mips-mips
|
||||||
|
os=-sysv
|
||||||
|
;;
|
||||||
|
merlin)
|
||||||
|
basic_machine=ns32k-utek
|
||||||
|
os=-sysv
|
||||||
|
;;
|
||||||
|
miniframe)
|
||||||
|
basic_machine=m68010-convergent
|
||||||
|
;;
|
||||||
|
mips3-*) # CYGNUS LOCAL
|
||||||
|
basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
|
||||||
|
;;
|
||||||
|
mips3) # CYGNUS LOCAL
|
||||||
|
basic_machine=mips64-unknown
|
||||||
|
;;
|
||||||
|
monitor) # CYGNUS LOCAL
|
||||||
|
basic_machine=m68k-rom68k
|
||||||
|
os=-coff
|
||||||
|
;;
|
||||||
|
msdos) # CYGNUS LOCAL
|
||||||
|
basic_machine=i386-unknown
|
||||||
|
os=-msdos
|
||||||
|
;;
|
||||||
|
ncr3000)
|
||||||
|
basic_machine=i486-ncr
|
||||||
|
os=-sysv4
|
||||||
|
;;
|
||||||
|
necv70) # CYGNUS LOCAL
|
||||||
|
basic_machine=v70-nec
|
||||||
|
os=-sysv
|
||||||
|
;;
|
||||||
|
netbsd386)
|
||||||
|
basic_machine=i386-unknown # CYGNUS LOCAL
|
||||||
|
os=-netbsd
|
||||||
|
;;
|
||||||
news | news700 | news800 | news900)
|
news | news700 | news800 | news900)
|
||||||
basic_machine=m68k-sony
|
basic_machine=m68k-sony
|
||||||
os=-newsos
|
os=-newsos
|
||||||
;;
|
;;
|
||||||
3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
|
news1000)
|
||||||
basic_machine=m68000-att
|
basic_machine=m68030-sony
|
||||||
|
os=-newsos
|
||||||
;;
|
;;
|
||||||
3b*)
|
news-3600 | risc-news)
|
||||||
basic_machine=we32k-att
|
basic_machine=mips-sony
|
||||||
|
os=-newsos
|
||||||
;;
|
;;
|
||||||
delta | 3300 | motorola-3300 | motorola-delta \
|
next)
|
||||||
| 3300-motorola | delta-motorola)
|
basic_machine=m68k-next
|
||||||
basic_machine=m68k-motorola
|
case $os in
|
||||||
|
-ns2*)
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
os=-ns3
|
||||||
|
;;
|
||||||
|
esac
|
||||||
;;
|
;;
|
||||||
balance)
|
nh3000)
|
||||||
basic_machine=ns32k-sequent
|
basic_machine=m68k-harris
|
||||||
os=-dynix
|
os=-cxux
|
||||||
|
;;
|
||||||
|
nh[45]000)
|
||||||
|
basic_machine=m88k-harris
|
||||||
|
os=-cxux
|
||||||
|
;;
|
||||||
|
nindy960)
|
||||||
|
basic_machine=i960-intel
|
||||||
|
os=-nindy
|
||||||
|
;;
|
||||||
|
np1)
|
||||||
|
basic_machine=np1-gould
|
||||||
|
;;
|
||||||
|
os68k) # CYGNUS LOCAL
|
||||||
|
basic_machine=m68k-none
|
||||||
|
os=-os68k
|
||||||
|
;;
|
||||||
|
OSE68000 | ose68000) # CYGNUS LOCAL
|
||||||
|
basic_machine=m68000-ericsson
|
||||||
|
os=-ose
|
||||||
|
;;
|
||||||
|
pa-hitachi)
|
||||||
|
basic_machine=hppa1.1-hitachi
|
||||||
|
os=-hiuxwe2
|
||||||
|
;;
|
||||||
|
paragon)
|
||||||
|
basic_machine=i860-intel
|
||||||
|
os=-osf
|
||||||
|
;;
|
||||||
|
pbd)
|
||||||
|
basic_machine=sparc-tti
|
||||||
|
;;
|
||||||
|
pbb)
|
||||||
|
basic_machine=m68k-tti
|
||||||
;;
|
;;
|
||||||
pc532)
|
pc532)
|
||||||
basic_machine=ns32k-pc532
|
basic_machine=ns32k-pc532
|
||||||
;;
|
;;
|
||||||
symmetry)
|
pn)
|
||||||
basic_machine=i386-sequent
|
basic_machine=pn-gould
|
||||||
os=-dynix
|
;;
|
||||||
|
ps2)
|
||||||
|
basic_machine=i386-ibm
|
||||||
|
;;
|
||||||
|
rom68k) # CYGNUS LOCAL
|
||||||
|
basic_machine=m68k-rom68k
|
||||||
|
os=-coff
|
||||||
|
;;
|
||||||
|
rtpc | rtpc-*)
|
||||||
|
basic_machine=romp-ibm
|
||||||
|
;;
|
||||||
|
sa29200) # CYGNUS LOCAL
|
||||||
|
basic_machine=a29k-amd
|
||||||
|
os=-udi
|
||||||
|
;;
|
||||||
|
sh*) # CYGNUS LOCAL
|
||||||
|
basic_machine=sh-hitachi
|
||||||
|
os=-hms
|
||||||
|
;;
|
||||||
|
sparc64) # CYGNUS LOCAL
|
||||||
|
basic_machine=sparc64-sun
|
||||||
|
os=-elf
|
||||||
|
;;
|
||||||
|
sparc64-*) # CYGNUS LOCAL
|
||||||
|
;;
|
||||||
|
|
||||||
|
sparclite-wrs) # CYGNUS LOCAL
|
||||||
|
basic_machine=sparclite-wrs
|
||||||
|
os=-vxworks
|
||||||
|
;;
|
||||||
|
sparcfrw) # CYGNUS LOCAL
|
||||||
|
basic_machine=sparcfrw-sun
|
||||||
|
os=-sunos4
|
||||||
|
;;
|
||||||
|
sparcfrwcompat) # CYGNUS LOCAL
|
||||||
|
basic_machine=sparcfrwcompat-sun
|
||||||
|
os=-sunos4
|
||||||
|
;;
|
||||||
|
sparclitefrw) # CYGNUS LOCAL
|
||||||
|
basic_machine=sparclitefrw-fujitsu
|
||||||
|
;;
|
||||||
|
sparclitefrwcompat) # CYGNUS LOCAL
|
||||||
|
basic_machine=sparclitefrwcompat-fujitsu
|
||||||
|
;;
|
||||||
|
sps7)
|
||||||
|
basic_machine=m68k-bull
|
||||||
|
os=-sysv2
|
||||||
|
;;
|
||||||
|
spur)
|
||||||
|
basic_machine=spur-unknown
|
||||||
|
;;
|
||||||
|
st2000) # CYGNUS LOCAL
|
||||||
|
basic_machine=m68k-tandem
|
||||||
|
;;
|
||||||
|
stratus) # CYGNUS LOCAL
|
||||||
|
basic_machine=i860-stratus
|
||||||
|
os=-sysv4
|
||||||
;;
|
;;
|
||||||
sun2)
|
sun2)
|
||||||
basic_machine=m68000-sun
|
basic_machine=m68000-sun
|
||||||
|
@ -362,233 +602,45 @@ case $basic_machine in
|
||||||
basic_machine=sparc-sun
|
basic_machine=sparc-sun
|
||||||
os=-solaris2
|
os=-solaris2
|
||||||
;;
|
;;
|
||||||
z8ksim) # CYGNUS LOCAL
|
|
||||||
basic_machine=z8k-zilog
|
|
||||||
os=-sim
|
|
||||||
;;
|
|
||||||
sun3)
|
sun3)
|
||||||
basic_machine=m68k-sun
|
basic_machine=m68k-sun
|
||||||
;;
|
;;
|
||||||
sun4)
|
sun4)
|
||||||
basic_machine=sparc-sun
|
basic_machine=sparc-sun
|
||||||
;;
|
;;
|
||||||
msdos) # CYGNUS LOCAL
|
|
||||||
basic_machine=i386-unknown
|
|
||||||
os=-msdos
|
|
||||||
;;
|
|
||||||
pbd)
|
|
||||||
basic_machine=sparc-tti
|
|
||||||
;;
|
|
||||||
pbb)
|
|
||||||
basic_machine=m68k-tti
|
|
||||||
;;
|
|
||||||
sun386 | sun386i | roadrunner)
|
sun386 | sun386i | roadrunner)
|
||||||
basic_machine=i386-sun
|
basic_machine=i386-sun
|
||||||
;;
|
;;
|
||||||
ps2)
|
symmetry)
|
||||||
basic_machine=i386-ibm
|
basic_machine=i386-sequent
|
||||||
;;
|
os=-dynix
|
||||||
fx2800)
|
|
||||||
basic_machine=i860-alliant
|
|
||||||
;;
|
|
||||||
next)
|
|
||||||
basic_machine=m68k-next
|
|
||||||
os=-bsd
|
|
||||||
;;
|
|
||||||
amiga)
|
|
||||||
basic_machine=m68k-cbm
|
|
||||||
;;
|
|
||||||
amigados)
|
|
||||||
basic_machine=m68k-cbm
|
|
||||||
os=-amigados
|
|
||||||
;;
|
|
||||||
amigaunix | amix)
|
|
||||||
basic_machine=m68k-cbm
|
|
||||||
os=-sysv4
|
|
||||||
;;
|
|
||||||
hp9k3[2-9][0-9])
|
|
||||||
basic_machine=m68k-hp
|
|
||||||
;;
|
|
||||||
hp9k31[0-9] | hp9k2[0-9][0-9])
|
|
||||||
basic_machine=m68000-hp
|
|
||||||
;;
|
|
||||||
hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7)
|
|
||||||
basic_machine=hppa1.1-hp
|
|
||||||
;;
|
|
||||||
hp9k8[0-9][0-9] | hp8[0-9][0-9])
|
|
||||||
basic_machine=hppa1.0-hp
|
|
||||||
;;
|
|
||||||
h3050r* | hppahitachi)
|
|
||||||
basic_machine=hppa1.1-hitachi
|
|
||||||
;;
|
|
||||||
isi68 | isi)
|
|
||||||
basic_machine=m68k-isi
|
|
||||||
os=-sysv
|
|
||||||
;;
|
|
||||||
apollo68)
|
|
||||||
basic_machine=m68k-apollo
|
|
||||||
os=-sysv
|
|
||||||
;;
|
|
||||||
apollo68bsd) # CYGNUS LOCAL
|
|
||||||
basic_machine=m68k-apollo
|
|
||||||
os=-bsd
|
|
||||||
;;
|
|
||||||
altos | altos3068)
|
|
||||||
basic_machine=m68k-altos
|
|
||||||
;;
|
|
||||||
miniframe)
|
|
||||||
basic_machine=m68010-convergent
|
|
||||||
;;
|
;;
|
||||||
tower | tower-32)
|
tower | tower-32)
|
||||||
basic_machine=m68k-ncr
|
basic_machine=m68k-ncr
|
||||||
;;
|
;;
|
||||||
news-3600 | risc-news)
|
|
||||||
basic_machine=mips-sony
|
|
||||||
os=-newsos
|
|
||||||
;;
|
|
||||||
st2000) # CYGNUS LOCAL
|
|
||||||
basic_machine=m68k-tandem
|
|
||||||
;;
|
|
||||||
m6*bug) # CYGNUS LOCAL
|
|
||||||
basic_machine=m68k-bug
|
|
||||||
os=-coff
|
|
||||||
;;
|
|
||||||
rom68k) # CYGNUS LOCAL
|
|
||||||
basic_machine=m68k-rom68k
|
|
||||||
os=-coff
|
|
||||||
;;
|
|
||||||
monitor) # CYGNUS LOCAL
|
|
||||||
basic_machine=m68k-rom68k
|
|
||||||
os=-coff
|
|
||||||
;;
|
|
||||||
decstation | decstation-3100 | pmax | pmin | dec3100 | decstatn)
|
|
||||||
basic_machine=mips-dec
|
|
||||||
;;
|
|
||||||
magnum | m3230)
|
|
||||||
basic_machine=mips-mips
|
|
||||||
os=-sysv
|
|
||||||
;;
|
|
||||||
gmicro)
|
|
||||||
basic_machine=tron-gmicro
|
|
||||||
os=-sysv
|
|
||||||
;;
|
|
||||||
rtpc | rtpc-*)
|
|
||||||
basic_machine=romp-ibm
|
|
||||||
;;
|
|
||||||
am29k)
|
|
||||||
basic_machine=a29k-none
|
|
||||||
os=-bsd
|
|
||||||
;;
|
|
||||||
amdahl)
|
|
||||||
basic_machine=580-amdahl
|
|
||||||
os=-sysv
|
|
||||||
;;
|
|
||||||
stratus) # CYGNUS LOCAL
|
|
||||||
basic_machine=i860-stratus
|
|
||||||
os=-sysv4
|
|
||||||
;;
|
|
||||||
cray | ymp)
|
|
||||||
basic_machine=ymp-cray
|
|
||||||
os=-unicos
|
|
||||||
;;
|
|
||||||
cray2)
|
|
||||||
basic_machine=cray2-cray
|
|
||||||
os=-unicos
|
|
||||||
;;
|
|
||||||
xmp)
|
|
||||||
basic_machine=xmp-cray
|
|
||||||
os=-unicos
|
|
||||||
;;
|
|
||||||
delta88)
|
|
||||||
basic_machine=m88k-motorola
|
|
||||||
os=-sysv3
|
|
||||||
;;
|
|
||||||
dpx2* | dpx2*-bull)
|
|
||||||
basic_machine=m68k-bull
|
|
||||||
os=-sysv3
|
|
||||||
;;
|
|
||||||
ebmon29k)
|
|
||||||
basic_machine=a29k-amd
|
|
||||||
os=-ebmon
|
|
||||||
;;
|
|
||||||
h8300hms) # CYGNUS LOCAL
|
|
||||||
basic_machine=h8300-hitachi
|
|
||||||
os=-hms
|
|
||||||
;;
|
|
||||||
sh*) # CYGNUS LOCAL
|
|
||||||
basic_machine=sh-hitachi
|
|
||||||
os=-hms
|
|
||||||
;;
|
|
||||||
|
|
||||||
h8500hms) # CYGNUS LOCAL
|
|
||||||
basic_machine=h8500-hitachi
|
|
||||||
os=-hms
|
|
||||||
;;
|
|
||||||
h8300xray) # CYGNUS LOCAL
|
|
||||||
basic_machine=h8300-hitachi
|
|
||||||
os=-xray
|
|
||||||
;;
|
|
||||||
h8300hds)
|
|
||||||
basic_machine=h8300-hitachi
|
|
||||||
os=-hds
|
|
||||||
;;
|
|
||||||
udi29k) # CYGNUS LOCAL
|
udi29k) # CYGNUS LOCAL
|
||||||
basic_machine=a29k-amd
|
basic_machine=a29k-amd
|
||||||
os=-udi
|
os=-udi
|
||||||
;;
|
;;
|
||||||
a29khif) # CYGNUS LOCAL
|
ultra3)
|
||||||
basic_machine=a29k-amd
|
basic_machine=a29k-nyu
|
||||||
os=-udi
|
os=-sym1
|
||||||
;;
|
;;
|
||||||
sa29200) # CYGNUS LOCAL
|
unixware) # CYGNUS LOCAL
|
||||||
basic_machine=a29k-amd
|
|
||||||
os=-udi
|
|
||||||
;;
|
|
||||||
harris)
|
|
||||||
basic_machine=m88k-harris
|
|
||||||
os=-sysv3
|
|
||||||
;;
|
|
||||||
hp300bsd)
|
|
||||||
basic_machine=m68k-hp
|
|
||||||
os=-bsd
|
|
||||||
;;
|
|
||||||
hp300hpux)
|
|
||||||
basic_machine=m68k-hp
|
|
||||||
os=-hpux
|
|
||||||
;;
|
|
||||||
hppaosf)
|
|
||||||
basic_machine=hppa1.1-hp
|
|
||||||
os=-osf
|
|
||||||
;;
|
|
||||||
ncr3000)
|
|
||||||
basic_machine=i486-ncr
|
|
||||||
os=-sysv4
|
os=-sysv4
|
||||||
;;
|
basic_machine=i386-unknown
|
||||||
necv70) # CYGNUS LOCAL
|
|
||||||
basic_machine=v70-nec
|
|
||||||
os=-sysv
|
|
||||||
;;
|
;;
|
||||||
v810 | necv810)
|
v810 | necv810)
|
||||||
basic_machine=v810-nec
|
basic_machine=v810-nec
|
||||||
os=-none
|
os=-none
|
||||||
;;
|
;;
|
||||||
news1000)
|
vaxv)
|
||||||
basic_machine=m68030-sony
|
basic_machine=vax-dec
|
||||||
os=-newsos
|
os=-sysv
|
||||||
;;
|
;;
|
||||||
nindy960)
|
vms)
|
||||||
basic_machine=i960-intel
|
basic_machine=vax-dec
|
||||||
os=-nindy
|
os=-vms
|
||||||
;;
|
|
||||||
pn)
|
|
||||||
basic_machine=pn-gould
|
|
||||||
;;
|
|
||||||
np1)
|
|
||||||
basic_machine=np1-gould
|
|
||||||
;;
|
|
||||||
ultra3)
|
|
||||||
basic_machine=a29k-nyu
|
|
||||||
os=-sym1
|
|
||||||
;;
|
;;
|
||||||
vxworks960)
|
vxworks960)
|
||||||
basic_machine=i960-wrs
|
basic_machine=i960-wrs
|
||||||
|
@ -598,44 +650,21 @@ case $basic_machine in
|
||||||
basic_machine=m68k-wrs
|
basic_machine=m68k-wrs
|
||||||
os=-vxworks
|
os=-vxworks
|
||||||
;;
|
;;
|
||||||
es1800 | OSE68k | ose68k | ose | OSE) # CYGNUS LOCAL
|
vsta | i386-vsta) # CYGNUS LOCAL
|
||||||
basic_machine=m68k-ericsson
|
basic_machine=i386-unknown
|
||||||
os=-ose
|
os=-vsta
|
||||||
;;
|
;;
|
||||||
OSE68000 | ose68000) # CYGNUS LOCAL
|
xmp)
|
||||||
basic_machine=m68000-ericsson
|
basic_machine=xmp-cray
|
||||||
os=-ose
|
os=-unicos
|
||||||
;;
|
;;
|
||||||
os68k) # CYGNUS LOCAL
|
|
||||||
basic_machine=m68k-none
|
|
||||||
os=-os68k
|
|
||||||
;;
|
|
||||||
sparclite-wrs) # CYGNUS LOCAL
|
|
||||||
basic_machine=sparclite-wrs
|
|
||||||
os=-vxworks
|
|
||||||
;;
|
|
||||||
sparcfrw) # CYGNUS LOCAL
|
|
||||||
basic_machine=sparcfrw-sun
|
|
||||||
os=-sunos4
|
|
||||||
;;
|
|
||||||
sparcfrwcompat) # CYGNUS LOCAL
|
|
||||||
basic_machine=sparcfrwcompat-sun
|
|
||||||
os=-sunos4
|
|
||||||
;;
|
|
||||||
sparclitefrw) # CYGNUS LOCAL
|
|
||||||
basic_machine=sparclitefrw-fujitsu
|
|
||||||
;;
|
|
||||||
sparclitefrwcompat) # CYGNUS LOCAL
|
|
||||||
basic_machine=sparclitefrwcompat-fujitsu
|
|
||||||
;;
|
|
||||||
adobe68k) # CYGNUS LOCAL
|
|
||||||
basic_machine=m68010-adobe
|
|
||||||
os=-scout
|
|
||||||
;;
|
|
||||||
|
|
||||||
xps | xps100)
|
xps | xps100)
|
||||||
basic_machine=xps100-honeywell
|
basic_machine=xps100-honeywell
|
||||||
;;
|
;;
|
||||||
|
z8ksim) # CYGNUS LOCAL
|
||||||
|
basic_machine=z8k-zilog
|
||||||
|
os=-sim
|
||||||
|
;;
|
||||||
none)
|
none)
|
||||||
basic_machine=none-none
|
basic_machine=none-none
|
||||||
os=-none
|
os=-none
|
||||||
|
@ -778,6 +807,9 @@ case $os in
|
||||||
-es1800*) # CYGNUS LOCAL
|
-es1800*) # CYGNUS LOCAL
|
||||||
os=-ose
|
os=-ose
|
||||||
;;
|
;;
|
||||||
|
-cxux7*)
|
||||||
|
os=-cxux7
|
||||||
|
;;
|
||||||
-xenix)
|
-xenix)
|
||||||
os=-xenix
|
os=-xenix
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue