Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
58faa1cf
Commit
58faa1cf
authored
May 09, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to the latest version.
parent
fa3a5360
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
73 additions
and
68 deletions
+73
-68
config.guess
tools/config.guess
+23
-21
config.sub
tools/config.sub
+50
-47
No files found.
tools/config.guess
View file @
58faa1cf
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002 Free Software Foundation, Inc.
# 2000, 2001, 2002 Free Software Foundation, Inc.
timestamp
=
'2002-0
1-02
'
timestamp
=
'2002-0
3-20
'
# This file is free software; you can redistribute it and/or modify it
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# under the terms of the GNU General Public License as published by
...
@@ -24,7 +24,7 @@ timestamp='2002-01-02'
...
@@ -24,7 +24,7 @@ timestamp='2002-01-02'
# configuration script generated by Autoconf, you may include it under
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
# the same distribution terms that you use for the rest of that program.
# Originally written by Per Bothner <
bothner@cygnus
.com>.
# Originally written by Per Bothner <
per@bothner
.com>.
# Please send patches to <config-patches@gnu.org>. Submit a context
# Please send patches to <config-patches@gnu.org>. Submit a context
# diff and a properly formatted ChangeLog entry.
# diff and a properly formatted ChangeLog entry.
#
#
...
@@ -98,7 +98,7 @@ trap 'rm -f $dummy.c $dummy.o $dummy.rel $dummy; exit 1' 1 2 15
...
@@ -98,7 +98,7 @@ trap 'rm -f $dummy.c $dummy.o $dummy.rel $dummy; exit 1' 1 2 15
set_cc_for_build
=
'case $CC_FOR_BUILD,$HOST_CC,$CC in
set_cc_for_build
=
'case $CC_FOR_BUILD,$HOST_CC,$CC in
,,) echo "int dummy(){}" > $dummy.c ;
,,) echo "int dummy(){}" > $dummy.c ;
for c in cc gcc c89 ; do
for c in cc gcc c89
c99
; do
($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1 ;
($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1 ;
if test $? = 0 ; then
if test $? = 0 ; then
CC_FOR_BUILD="$c"; break ;
CC_FOR_BUILD="$c"; break ;
...
@@ -138,8 +138,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
...
@@ -138,8 +138,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
#
#
# Note: NetBSD doesn't particularly care about the vendor
# Note: NetBSD doesn't particularly care about the vendor
# portion of the name. We always set it to "unknown".
# portion of the name. We always set it to "unknown".
UNAME_MACHINE_ARCH
=
`
(
uname
-p
)
2>/dev/null
`
||
\
sysctl
=
"sysctl -n hw.machine_arch"
UNAME_MACHINE_ARCH
=
unknown
UNAME_MACHINE_ARCH
=
`
(
/sbin/
$sysctl
2>/dev/null
||
\
/usr/sbin/
$sysctl
2>/dev/null
||
echo
unknown
)
`
case
"
${
UNAME_MACHINE_ARCH
}
"
in
case
"
${
UNAME_MACHINE_ARCH
}
"
in
arm
*
)
machine
=
arm-unknown
;;
arm
*
)
machine
=
arm-unknown
;;
sh3el
)
machine
=
shl-unknown
;;
sh3el
)
machine
=
shl-unknown
;;
...
@@ -340,7 +341,7 @@ EOF
...
@@ -340,7 +341,7 @@ EOF
echo
m68k-sun-sunos
${
UNAME_RELEASE
}
echo
m68k-sun-sunos
${
UNAME_RELEASE
}
exit
0
;;
exit
0
;;
sun
*
:
*
:4.2BSD:
*
)
sun
*
:
*
:4.2BSD:
*
)
UNAME_RELEASE
=
`
(
head
-1
/etc/motd |
awk
'{print substr($5,1,3)}'
)
2>/dev/null
`
UNAME_RELEASE
=
`
(
sed
1q
/etc/motd |
awk
'{print substr($5,1,3)}'
)
2>/dev/null
`
test
"x
${
UNAME_RELEASE
}
"
=
"x"
&&
UNAME_RELEASE
=
3
test
"x
${
UNAME_RELEASE
}
"
=
"x"
&&
UNAME_RELEASE
=
3
case
"
`
/bin/arch
`
"
in
case
"
`
/bin/arch
`
"
in
sun3
)
sun3
)
...
@@ -509,7 +510,7 @@ EOF
...
@@ -509,7 +510,7 @@ EOF
fi
fi
exit
0
;;
exit
0
;;
*
:AIX:
*
:[45]
)
*
:AIX:
*
:[45]
)
IBM_CPU_ID
=
`
/usr/sbin/lsdev
-C
-c
processor
-S
available |
head
-1
|
awk
'{ print $1 }'
`
IBM_CPU_ID
=
`
/usr/sbin/lsdev
-C
-c
processor
-S
available |
sed
1q
|
awk
'{ print $1 }'
`
if
/usr/sbin/lsattr
-El
${
IBM_CPU_ID
}
|
grep
' POWER'
>
/dev/null 2>&1
;
then
if
/usr/sbin/lsattr
-El
${
IBM_CPU_ID
}
|
grep
' POWER'
>
/dev/null 2>&1
;
then
IBM_ARCH
=
rs6000
IBM_ARCH
=
rs6000
else
else
...
@@ -683,9 +684,6 @@ EOF
...
@@ -683,9 +684,6 @@ EOF
C4
*
:ConvexOS:
*
:
*
|
convex:ConvexOS:C4
*
:
*
)
C4
*
:ConvexOS:
*
:
*
|
convex:ConvexOS:C4
*
:
*
)
echo
c4-convex-bsd
echo
c4-convex-bsd
exit
0
;;
exit
0
;;
CRAY
*
X-MP:
*
:
*
:
*
)
echo
xmp-cray-unicos
exit
0
;;
CRAY
*
Y-MP:
*
:
*
:
*
)
CRAY
*
Y-MP:
*
:
*
:
*
)
echo
ymp-cray-unicos
${
UNAME_RELEASE
}
|
sed
-e
's/\.[^.]*$/.X/'
echo
ymp-cray-unicos
${
UNAME_RELEASE
}
|
sed
-e
's/\.[^.]*$/.X/'
exit
0
;;
exit
0
;;
...
@@ -707,9 +705,6 @@ EOF
...
@@ -707,9 +705,6 @@ EOF
CRAY
*
SV1:
*
:
*
:
*
)
CRAY
*
SV1:
*
:
*
:
*
)
echo
sv1-cray-unicos
${
UNAME_RELEASE
}
|
sed
-e
's/\.[^.]*$/.X/'
echo
sv1-cray-unicos
${
UNAME_RELEASE
}
|
sed
-e
's/\.[^.]*$/.X/'
exit
0
;;
exit
0
;;
CRAY-2:
*
:
*
:
*
)
echo
cray2-cray-unicos
exit
0
;;
F30[01]:UNIX_System_V:
*
:
*
|
F700:UNIX_System_V:
*
:
*
)
F30[01]:UNIX_System_V:
*
:
*
|
F700:UNIX_System_V:
*
:
*
)
FUJITSU_PROC
=
`
uname
-m
|
tr
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
'abcdefghijklmnopqrstuvwxyz'
`
FUJITSU_PROC
=
`
uname
-m
|
tr
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
'abcdefghijklmnopqrstuvwxyz'
`
FUJITSU_SYS
=
`
uname
-p
|
tr
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
'abcdefghijklmnopqrstuvwxyz'
|
sed
-e
's/\///'
`
FUJITSU_SYS
=
`
uname
-p
|
tr
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
'abcdefghijklmnopqrstuvwxyz'
|
sed
-e
's/\///'
`
...
@@ -765,7 +760,7 @@ EOF
...
@@ -765,7 +760,7 @@ EOF
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
exit
0
;;
exit
0
;;
ia64:Linux:
*
:
*
)
ia64:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-unknown-linux
echo
${
UNAME_MACHINE
}
-unknown-linux
-gnu
exit
0
;;
exit
0
;;
m68
*
:Linux:
*
:
*
)
m68
*
:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
...
@@ -776,15 +771,15 @@ EOF
...
@@ -776,15 +771,15 @@ EOF
#undef CPU
#undef CPU
#undef mips
#undef mips
#undef mipsel
#undef mipsel
#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
CPU=mipsel
CPU=mipsel
#else
#else
#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
CPU=mips
CPU=mips
#else
#else
CPU=
CPU=
#endif
#endif
#endif
#endif
EOF
EOF
eval
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null |
grep
^CPU
=
`
eval
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null |
grep
^CPU
=
`
rm
-f
$dummy
.c
rm
-f
$dummy
.c
...
@@ -837,7 +832,8 @@ EOF
...
@@ -837,7 +832,8 @@ EOF
# The BFD linker knows what the default object file format is, so
# The BFD linker knows what the default object file format is, so
# first see if it will tell us. cd to the root directory to prevent
# first see if it will tell us. cd to the root directory to prevent
# problems with other programs or directories called `ld' in the path.
# problems with other programs or directories called `ld' in the path.
ld_supported_targets
=
`
cd
/
;
ld
--help
2>&1
\
# Set LC_ALL=C to ensure ld outputs messages in English.
ld_supported_targets
=
`
cd
/
;
LC_ALL
=
C ld
--help
2>&1
\
|
sed
-ne
'/supported targets:/!d
|
sed
-ne
'/supported targets:/!d
s/[ ][ ]*/ /g
s/[ ][ ]*/ /g
s/.*supported targets: *//
s/.*supported targets: *//
...
@@ -874,8 +870,12 @@ EOF
...
@@ -874,8 +870,12 @@ EOF
LIBC=gnulibc1
LIBC=gnulibc1
# endif
# endif
#else
#else
#ifdef __INTEL_COMPILER
LIBC=gnu
#else
LIBC=gnuaout
LIBC=gnuaout
#endif
#endif
#endif
EOF
EOF
eval
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null |
grep
^LIBC
=
`
eval
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null |
grep
^LIBC
=
`
rm
-f
$dummy
.c
rm
-f
$dummy
.c
...
@@ -1059,10 +1059,12 @@ EOF
...
@@ -1059,10 +1059,12 @@ EOF
echo
`
uname
-p
`
-apple-darwin
${
UNAME_RELEASE
}
echo
`
uname
-p
`
-apple-darwin
${
UNAME_RELEASE
}
exit
0
;;
exit
0
;;
*
:procnto
*
:
*
:
*
|
*
:QNX:[0123456789]
*
:
*
)
*
:procnto
*
:
*
:
*
|
*
:QNX:[0123456789]
*
:
*
)
if
test
"
${
UNAME_MACHINE
}
"
=
"x86pc"
;
then
UNAME_PROCESSOR
=
`
uname
-p
`
if
test
"
$UNAME_PROCESSOR
"
=
"x86"
;
then
UNAME_PROCESSOR
=
i386
UNAME_MACHINE
=
pc
UNAME_MACHINE
=
pc
fi
fi
echo
`
uname
-p
`
-
${
UNAME_MACHINE
}
-nto-qnx
echo
${
UNAME_PROCESSOR
}
-
${
UNAME_MACHINE
}
-nto-qnx
${
UNAME_RELEASE
}
exit
0
;;
exit
0
;;
*
:QNX:
*
:4
*
)
*
:QNX:
*
:4
*
)
echo
i386-pc-qnx
echo
i386-pc-qnx
...
...
tools/config.sub
View file @
58faa1cf
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002 Free Software Foundation, Inc.
# 2000, 2001, 2002 Free Software Foundation, Inc.
timestamp
=
'2002-0
1-02
'
timestamp
=
'2002-0
4-26
'
# 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
...
@@ -118,7 +118,7 @@ esac
...
@@ -118,7 +118,7 @@ esac
# Here we must recognize all the valid KERNEL-OS combinations.
# Here we must recognize all the valid KERNEL-OS combinations.
maybe_os
=
`
echo
$1
|
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'
`
maybe_os
=
`
echo
$1
|
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'
`
case
$maybe_os
in
case
$maybe_os
in
nto-qnx
*
|
linux-gnu
*
|
storm-chaos
*
|
os2-emx
*
|
windows32-
*
)
nto-qnx
*
|
linux-gnu
*
|
storm-chaos
*
|
os2-emx
*
|
windows32-
*
|
rtmk-nova
*
)
os
=
-
$maybe_os
os
=
-
$maybe_os
basic_machine
=
`
echo
$1
|
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'
`
basic_machine
=
`
echo
$1
|
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'
`
;;
;;
...
@@ -235,19 +235,19 @@ case $basic_machine in
...
@@ -235,19 +235,19 @@ case $basic_machine in
|
h8300
|
h8500
|
hppa
|
hppa1.[01]
|
hppa2.0
|
hppa2.0[nw]
|
hppa64
\
|
h8300
|
h8500
|
hppa
|
hppa1.[01]
|
hppa2.0
|
hppa2.0[nw]
|
hppa64
\
|
i370
|
i860
|
i960
|
ia64
\
|
i370
|
i860
|
i960
|
ia64
\
|
m32r
|
m68000
|
m68k
|
m88k
|
mcore
\
|
m32r
|
m68000
|
m68k
|
m88k
|
mcore
\
|
mips16
|
mips64
|
mips64el
|
mips64orion
|
mips64orionel
\
|
mips
|
mips
16
|
mips64
|
mips64el
|
mips64orion
|
mips64orionel
\
|
mips64vr4100
|
mips64vr4100el
|
mips64vr4300
\
|
mips64vr4100
|
mips64vr4100el
|
mips64vr4300
\
|
mips64vr4300el
|
mips64vr5000
|
mips64vr5000el
\
|
mips64vr4300el
|
mips64vr5000
|
mips64vr5000el
\
|
mipsbe
|
mipseb
|
mipsel
|
mipsle
|
mipstx39
|
mipstx39el
\
|
mipsbe
|
mipseb
|
mipsel
|
mipsle
|
mipstx39
|
mipstx39el
\
|
mipsisa32
\
|
mipsisa32
|
mipsisa64
\
|
mn10200
|
mn10300
\
|
mn10200
|
mn10300
\
|
ns16k
|
ns32k
\
|
ns16k
|
ns32k
\
|
openrisc
\
|
openrisc
|
or32
\
|
pdp10
|
pdp11
|
pj
|
pjl
\
|
pdp10
|
pdp11
|
pj
|
pjl
\
|
powerpc
|
powerpc64
|
powerpc64le
|
powerpcle
|
ppcbe
\
|
powerpc
|
powerpc64
|
powerpc64le
|
powerpcle
|
ppcbe
\
|
pyramid
\
|
pyramid
\
|
sh
|
sh[34]
|
sh[34]eb
|
shbe
|
shle
\
|
sh
|
sh[34]
|
sh[34]eb
|
shbe
|
shle
|
sh64
\
|
sparc
|
sparc64
|
sparclet
|
sparclite
|
sparcv9
|
sparcv9b
\
|
sparc
|
sparc64
|
sparc
86x
|
sparc
let
|
sparclite
|
sparcv9
|
sparcv9b
\
|
strongarm
\
|
strongarm
\
|
tahoe
|
thumb
|
tic80
|
tron
\
|
tahoe
|
thumb
|
tic80
|
tron
\
|
v850
|
v850e
\
|
v850
|
v850e
\
...
@@ -285,7 +285,7 @@ case $basic_machine in
...
@@ -285,7 +285,7 @@ case $basic_machine in
|
avr-
*
\
|
avr-
*
\
|
bs2000-
*
\
|
bs2000-
*
\
|
c[123]
*
|
c30-
*
|
[
cjt]90-
*
|
c54x-
*
\
|
c[123]
*
|
c30-
*
|
[
cjt]90-
*
|
c54x-
*
\
|
clipper-
*
|
c
ray2-
*
|
c
ydra-
*
\
|
clipper-
*
|
cydra-
*
\
|
d10v-
*
|
d30v-
*
\
|
d10v-
*
|
d30v-
*
\
|
elxsi-
*
\
|
elxsi-
*
\
|
f30[01]-
*
|
f700-
*
|
fr30-
*
|
fx80-
*
\
|
f30[01]-
*
|
f700-
*
|
fr30-
*
|
fx80-
*
\
...
@@ -293,7 +293,7 @@ case $basic_machine in
...
@@ -293,7 +293,7 @@ case $basic_machine in
|
hppa-
*
|
hppa1.[01]-
*
|
hppa2.0-
*
|
hppa2.0[nw]-
*
|
hppa64-
*
\
|
hppa-
*
|
hppa1.[01]-
*
|
hppa2.0-
*
|
hppa2.0[nw]-
*
|
hppa64-
*
\
|
i
*
86-
*
|
i860-
*
|
i960-
*
|
ia64-
*
\
|
i
*
86-
*
|
i860-
*
|
i960-
*
|
ia64-
*
\
|
m32r-
*
\
|
m32r-
*
\
|
m68000-
*
|
m680[01234]0-
*
|
m68360-
*
|
m683?2-
*
|
m68k-
*
\
|
m68000-
*
|
m680[01234
6
]0-
*
|
m68360-
*
|
m683?2-
*
|
m68k-
*
\
|
m88110-
*
|
m88k-
*
|
mcore-
*
\
|
m88110-
*
|
m88k-
*
|
mcore-
*
\
|
mips-
*
|
mips16-
*
|
mips64-
*
|
mips64el-
*
|
mips64orion-
*
\
|
mips-
*
|
mips16-
*
|
mips64-
*
|
mips64el-
*
|
mips64orion-
*
\
|
mips64orionel-
*
|
mips64vr4100-
*
|
mips64vr4100el-
*
\
|
mips64orionel-
*
|
mips64vr4100-
*
|
mips64vr4100el-
*
\
...
@@ -305,13 +305,13 @@ case $basic_machine in
...
@@ -305,13 +305,13 @@ case $basic_machine in
|
powerpc-
*
|
powerpc64-
*
|
powerpc64le-
*
|
powerpcle-
*
|
ppcbe-
*
\
|
powerpc-
*
|
powerpc64-
*
|
powerpc64le-
*
|
powerpcle-
*
|
ppcbe-
*
\
|
pyramid-
*
\
|
pyramid-
*
\
|
romp-
*
|
rs6000-
*
\
|
romp-
*
|
rs6000-
*
\
|
sh-
*
|
sh[34]-
*
|
sh[34]eb-
*
|
shbe-
*
|
shle-
*
\
|
sh-
*
|
sh[34]-
*
|
sh[34]eb-
*
|
shbe-
*
|
shle-
*
|
sh64-
*
\
|
sparc-
*
|
sparc64-
*
|
sparc86x-
*
|
sparclite-
*
\
|
sparc-
*
|
sparc64-
*
|
sparc86x-
*
|
sparcl
et-
*
|
sparcl
ite-
*
\
|
sparcv9-
*
|
sparcv9b-
*
|
strongarm-
*
|
sv1-
*
\
|
sparcv9-
*
|
sparcv9b-
*
|
strongarm-
*
|
sv1-
*
|
sx?-
*
\
|
t
3e-
*
|
t
ahoe-
*
|
thumb-
*
|
tic30-
*
|
tic54x-
*
|
tic80-
*
|
tron-
*
\
|
tahoe-
*
|
thumb-
*
|
tic30-
*
|
tic54x-
*
|
tic80-
*
|
tron-
*
\
|
v850-
*
|
v850e-
*
|
vax-
*
\
|
v850-
*
|
v850e-
*
|
vax-
*
\
|
we32k-
*
\
|
we32k-
*
\
|
x86-
*
|
x86_64-
*
|
x
mp-
*
|
x
ps100-
*
|
xscale-
*
|
xstormy16-
*
\
|
x86-
*
|
x86_64-
*
|
xps100-
*
|
xscale-
*
|
xstormy16-
*
\
|
xtensa-
*
\
|
xtensa-
*
\
|
ymp-
*
\
|
ymp-
*
\
|
z8k-
*
)
|
z8k-
*
)
...
@@ -377,6 +377,10 @@ case $basic_machine in
...
@@ -377,6 +377,10 @@ case $basic_machine in
basic_machine
=
ns32k-sequent
basic_machine
=
ns32k-sequent
os
=
-dynix
os
=
-dynix
;;
;;
c90
)
basic_machine
=
c90-cray
os
=
-unicos
;;
convex-c1
)
convex-c1
)
basic_machine
=
c1-convex
basic_machine
=
c1-convex
os
=
-bsd
os
=
-bsd
...
@@ -397,16 +401,8 @@ case $basic_machine in
...
@@ -397,16 +401,8 @@ case $basic_machine in
basic_machine
=
c38-convex
basic_machine
=
c38-convex
os
=
-bsd
os
=
-bsd
;;
;;
cray
|
ymp
)
cray
|
j90
)
basic_machine
=
ymp-cray
basic_machine
=
j90-cray
os
=
-unicos
;;
cray2
)
basic_machine
=
cray2-cray
os
=
-unicos
;;
[
cjt]90
)
basic_machine
=
${
basic_machine
}
-cray
os
=
-unicos
os
=
-unicos
;;
;;
crds
|
unos
)
crds
|
unos
)
...
@@ -609,14 +605,6 @@ case $basic_machine in
...
@@ -609,14 +605,6 @@ case $basic_machine in
basic_machine
=
m68k-atari
basic_machine
=
m68k-atari
os
=
-mint
os
=
-mint
;;
;;
mipsel
*
-linux
*
)
basic_machine
=
mipsel-unknown
os
=
-linux-gnu
;;
mips
*
-linux
*
)
basic_machine
=
mips-unknown
os
=
-linux-gnu
;;
mips3
*
-
*
)
mips3
*
-
*
)
basic_machine
=
`
echo
$basic_machine
|
sed
-e
's/mips3/mips64/'
`
basic_machine
=
`
echo
$basic_machine
|
sed
-e
's/mips3/mips64/'
`
;;
;;
...
@@ -714,6 +702,10 @@ case $basic_machine in
...
@@ -714,6 +702,10 @@ case $basic_machine in
basic_machine
=
hppa1.1-oki
basic_machine
=
hppa1.1-oki
os
=
-proelf
os
=
-proelf
;;
;;
or32
|
or32-
*
)
basic_machine
=
or32-unknown
os
=
-coff
;;
OSE68000
|
ose68000
)
OSE68000
|
ose68000
)
basic_machine
=
m68000-ericsson
basic_machine
=
m68000-ericsson
os
=
-ose
os
=
-ose
...
@@ -874,7 +866,7 @@ case $basic_machine in
...
@@ -874,7 +866,7 @@ case $basic_machine in
sun386
|
sun386i
|
roadrunner
)
sun386
|
sun386i
|
roadrunner
)
basic_machine
=
i386-sun
basic_machine
=
i386-sun
;;
;;
sv1
)
sv1
)
basic_machine
=
sv1-cray
basic_machine
=
sv1-cray
os
=
-unicos
os
=
-unicos
;;
;;
...
@@ -882,8 +874,16 @@ case $basic_machine in
...
@@ -882,8 +874,16 @@ case $basic_machine in
basic_machine
=
i386-sequent
basic_machine
=
i386-sequent
os
=
-dynix
os
=
-dynix
;;
;;
t3d
)
basic_machine
=
alpha-cray
os
=
-unicos
;;
t3e
)
t3e
)
basic_machine
=
t3e-cray
basic_machine
=
alphaev5-cray
os
=
-unicos
;;
t90
)
basic_machine
=
t90-cray
os
=
-unicos
os
=
-unicos
;;
;;
tic54x
|
c54x
*
)
tic54x
|
c54x
*
)
...
@@ -950,13 +950,13 @@ case $basic_machine in
...
@@ -950,13 +950,13 @@ case $basic_machine in
basic_machine
=
i386-pc
basic_machine
=
i386-pc
os
=
-windows32-msvcrt
os
=
-windows32-msvcrt
;;
;;
xmp
)
basic_machine
=
xmp-cray
os
=
-unicos
;;
xps
|
xps100
)
xps
|
xps100
)
basic_machine
=
xps100-honeywell
basic_machine
=
xps100-honeywell
;;
;;
ymp
)
basic_machine
=
ymp-cray
os
=
-unicos
;;
z8k-
*
-coff
)
z8k-
*
-coff
)
basic_machine
=
z8k-unknown
basic_machine
=
z8k-unknown
os
=
-sim
os
=
-sim
...
@@ -977,13 +977,6 @@ case $basic_machine in
...
@@ -977,13 +977,6 @@ case $basic_machine in
op60c
)
op60c
)
basic_machine
=
hppa1.1-oki
basic_machine
=
hppa1.1-oki
;;
;;
mips
)
if
[
x
$os
=
x-linux-gnu
]
;
then
basic_machine
=
mips-unknown
else
basic_machine
=
mips-mips
fi
;;
romp
)
romp
)
basic_machine
=
romp-ibm
basic_machine
=
romp-ibm
;;
;;
...
@@ -1006,6 +999,9 @@ case $basic_machine in
...
@@ -1006,6 +999,9 @@ case $basic_machine in
sh3
|
sh4
|
sh3eb
|
sh4eb
)
sh3
|
sh4
|
sh3eb
|
sh4eb
)
basic_machine
=
sh-unknown
basic_machine
=
sh-unknown
;;
;;
sh64
)
basic_machine
=
sh64-unknown
;;
sparc
|
sparcv9
|
sparcv9b
)
sparc
|
sparcv9
|
sparcv9b
)
basic_machine
=
sparc-sun
basic_machine
=
sparc-sun
;;
;;
...
@@ -1093,7 +1089,8 @@ case $os in
...
@@ -1093,7 +1089,8 @@ case $os in
|
-interix
*
|
-uwin
*
|
-rhapsody
*
|
-darwin
*
|
-opened
*
\
|
-interix
*
|
-uwin
*
|
-rhapsody
*
|
-darwin
*
|
-opened
*
\
|
-openstep
*
|
-oskit
*
|
-conix
*
|
-pw32
*
|
-nonstopux
*
\
|
-openstep
*
|
-oskit
*
|
-conix
*
|
-pw32
*
|
-nonstopux
*
\
|
-storm-chaos
*
|
-tops10
*
|
-tenex
*
|
-tops20
*
|
-its
*
\
|
-storm-chaos
*
|
-tops10
*
|
-tenex
*
|
-tops20
*
|
-its
*
\
|
-os2
*
|
-vos
*
|
-palmos
*
|
-uclinux
*
|
-nucleus
*
|
-morphos
*
)
|
-os2
*
|
-vos
*
|
-palmos
*
|
-uclinux
*
|
-nucleus
*
\
|
-morphos
*
|
-superux
*
|
-rtmk
*
|
-rtmk-nova
*
|
-windiss
*
)
# Remember, each alternative MUST END IN *, to match a version number.
# Remember, each alternative MUST END IN *, to match a version number.
;;
;;
-qnx
*
)
-qnx
*
)
...
@@ -1154,6 +1151,9 @@ case $os in
...
@@ -1154,6 +1151,9 @@ case $os in
-ctix
*
|
-uts
*
)
-ctix
*
|
-uts
*
)
os
=
-sysv
os
=
-sysv
;;
;;
-nova
*
)
os
=
-rtmk-nova
;;
-ns2
)
-ns2
)
os
=
-nextstep2
os
=
-nextstep2
;;
;;
...
@@ -1259,6 +1259,9 @@ case $basic_machine in
...
@@ -1259,6 +1259,9 @@ case $basic_machine in
mips
*
-
*
)
mips
*
-
*
)
os
=
-elf
os
=
-elf
;;
;;
or32-
*
)
os
=
-coff
;;
*
-tti
)
# must be before sparc entry or we get the wrong os.
*
-tti
)
# must be before sparc entry or we get the wrong os.
os
=
-sysv3
os
=
-sysv3
;;
;;
...
@@ -1406,7 +1409,7 @@ case $basic_machine in
...
@@ -1406,7 +1409,7 @@ case $basic_machine in
-ptx
*
)
-ptx
*
)
vendor
=
sequent
vendor
=
sequent
;;
;;
-vxsim
*
|
-vxworks
*
)
-vxsim
*
|
-vxworks
*
|
-windiss
*
)
vendor
=
wrs
vendor
=
wrs
;;
;;
-aux
*
)
-aux
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment