3 |
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 |
4 |
|
# Free Software Foundation, Inc. |
5 |
|
|
6 |
< |
timestamp='2001-06-08' |
6 |
> |
timestamp='2001-04-20' |
7 |
|
|
8 |
|
# This file is (in principle) common to ALL GNU software. |
9 |
|
# The presence of a machine in this file suggests that SOME GNU software |
117 |
|
# Here we must recognize all the valid KERNEL-OS combinations. |
118 |
|
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` |
119 |
|
case $maybe_os in |
120 |
< |
nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-*) |
120 |
> |
nto-qnx* | linux-gnu* | storm-chaos* | os2-emx*) |
121 |
|
os=-$maybe_os |
122 |
|
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` |
123 |
|
;; |
157 |
|
os=-vxworks |
158 |
|
basic_machine=$1 |
159 |
|
;; |
160 |
– |
-chorusos*) |
161 |
– |
os=-chorusos |
162 |
– |
basic_machine=$1 |
163 |
– |
;; |
164 |
– |
-chorusrdb) |
165 |
– |
os=-chorusrdb |
166 |
– |
basic_machine=$1 |
167 |
– |
;; |
160 |
|
-hiux*) |
161 |
|
os=-hiuxwe2 |
162 |
|
;; |
234 |
|
| sparc | sparclet | sparclite | sparc64 | sparcv9 | sparcv9b \ |
235 |
|
| v850 | c4x \ |
236 |
|
| thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \ |
237 |
< |
| pj | pjl | h8500 | z8k) |
237 |
> |
| pj | pjl | h8500) |
238 |
|
basic_machine=$basic_machine-unknown |
239 |
|
;; |
240 |
|
m6811 | m68hc11 | m6812 | m68hc12) |
242 |
|
basic_machine=$basic_machine-unknown |
243 |
|
os=-none |
244 |
|
;; |
245 |
< |
m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) |
245 |
> |
m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | w65) |
246 |
|
;; |
247 |
|
|
248 |
|
# We use `pc' rather than `unknown' |
271 |
|
| alphaev6[78]-* \ |
272 |
|
| we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \ |
273 |
|
| clipper-* | orion-* \ |
274 |
< |
| sparclite-* | pdp10-* | pdp11-* | sh-* | sh[34]-* | sh[34]eb-* \ |
275 |
< |
| powerpc-* | powerpcle-* | sparc64-* | sparcv9-* | sparcv9b-* | sparc86x-* \ |
274 |
> |
| sparclite-* | pdp10-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ |
275 |
> |
| sparc64-* | sparcv9-* | sparcv9b-* | sparc86x-* \ |
276 |
|
| mips16-* | mips64-* | mipsel-* \ |
277 |
|
| mips64el-* | mips64orion-* | mips64orionel-* \ |
278 |
|
| mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ |
881 |
|
basic_machine=hppa1.1-winbond |
882 |
|
os=-proelf |
883 |
|
;; |
892 |
– |
windows32) |
893 |
– |
basic_machine=i386-pc |
894 |
– |
os=-windows32-msvcrt |
895 |
– |
;; |
884 |
|
xmp) |
885 |
|
basic_machine=xmp-cray |
886 |
|
os=-unicos |
1018 |
|
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ |
1019 |
|
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
1020 |
|
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
1033 |
– |
| -chorusos* | -chorusrdb* \ |
1021 |
|
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ |
1022 |
|
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ |
1023 |
|
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \ |