Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: config.sub

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « config.guess ('k') | config.h.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Configuration validation subroutine script. 2 # Configuration validation subroutine script.
3 # Copyright 1992-2014 Free Software Foundation, Inc. 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5 # Free Software Foundation, Inc.
4 6
5 timestamp='2014-12-03' 7 timestamp='2008-01-16'
6 8
7 # This file is free software; you can redistribute it and/or modify it 9 # This file is (in principle) common to ALL GNU software.
8 # under the terms of the GNU General Public License as published by 10 # The presence of a machine in this file suggests that SOME GNU software
9 # the Free Software Foundation; either version 3 of the License, or 11 # can handle that machine. It does not imply ALL GNU software can.
12 #
13 # This file is free software; you can redistribute it and/or modify
14 # it under the terms of the GNU General Public License as published by
15 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option) any later version. 16 # (at your option) any later version.
11 # 17 #
12 # This program is distributed in the hope that it will be useful, but 18 # This program is distributed in the hope that it will be useful,
13 # WITHOUT ANY WARRANTY; without even the implied warranty of 19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # General Public License for more details. 21 # GNU General Public License for more details.
16 # 22 #
17 # You should have received a copy of the GNU General Public License 23 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, see <http://www.gnu.org/licenses/>. 24 # along with this program; if not, write to the Free Software
25 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
26 # 02110-1301, USA.
19 # 27 #
20 # As a special exception to the GNU General Public License, if you 28 # As a special exception to the GNU General Public License, if you
21 # distribute this file as part of a program that contains a 29 # distribute this file as part of a program that contains a
22 # configuration script generated by Autoconf, you may include it under 30 # configuration script generated by Autoconf, you may include it under
23 # the same distribution terms that you use for the rest of that 31 # the same distribution terms that you use for the rest of that program.
24 # program. This Exception is an additional permission under section 7
25 # of the GNU General Public License, version 3 ("GPLv3").
26 32
27 33
28 # Please send patches to <config-patches@gnu.org>. 34 # Please send patches to <config-patches@gnu.org>. Submit a context
35 # diff and a properly formatted ChangeLog entry.
29 # 36 #
30 # Configuration subroutine to validate and canonicalize a configuration type. 37 # Configuration subroutine to validate and canonicalize a configuration type.
31 # Supply the specified configuration type as an argument. 38 # Supply the specified configuration type as an argument.
32 # If it is invalid, we print an error message on stderr and exit with code 1. 39 # If it is invalid, we print an error message on stderr and exit with code 1.
33 # Otherwise, we print the canonical config type on stdout and succeed. 40 # Otherwise, we print the canonical config type on stdout and succeed.
34 41
35 # You can get the latest version of this script from:
36 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb= HEAD
37
38 # This file is supposed to be the same for all GNU packages 42 # This file is supposed to be the same for all GNU packages
39 # and recognize all the CPU types, system types and aliases 43 # and recognize all the CPU types, system types and aliases
40 # that are meaningful with *any* GNU software. 44 # that are meaningful with *any* GNU software.
41 # Each package is responsible for reporting which valid configurations 45 # Each package is responsible for reporting which valid configurations
42 # it does not support. The user should be able to distinguish 46 # it does not support. The user should be able to distinguish
43 # a failure to support a valid configuration from a meaningless 47 # a failure to support a valid configuration from a meaningless
44 # configuration. 48 # configuration.
45 49
46 # The goal of this file is to map all the various variations of a given 50 # The goal of this file is to map all the various variations of a given
47 # machine specification into a single specification in the form: 51 # machine specification into a single specification in the form:
(...skipping 13 matching lines...) Expand all
61 Operation modes: 65 Operation modes:
62 -h, --help print this help, then exit 66 -h, --help print this help, then exit
63 -t, --time-stamp print date of last modification, then exit 67 -t, --time-stamp print date of last modification, then exit
64 -v, --version print version number, then exit 68 -v, --version print version number, then exit
65 69
66 Report bugs and patches to <config-patches@gnu.org>." 70 Report bugs and patches to <config-patches@gnu.org>."
67 71
68 version="\ 72 version="\
69 GNU config.sub ($timestamp) 73 GNU config.sub ($timestamp)
70 74
71 Copyright 1992-2014 Free Software Foundation, Inc. 75 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
76 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
72 77
73 This is free software; see the source for copying conditions. There is NO 78 This is free software; see the source for copying conditions. There is NO
74 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 79 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
75 80
76 help=" 81 help="
77 Try \`$me --help' for more information." 82 Try \`$me --help' for more information."
78 83
79 # Parse command line 84 # Parse command line
80 while test $# -gt 0 ; do 85 while test $# -gt 0 ; do
81 case $1 in 86 case $1 in
(...skipping 26 matching lines...) Expand all
108 exit 1;; 113 exit 1;;
109 1) ;; 114 1) ;;
110 *) echo "$me: too many arguments$help" >&2 115 *) echo "$me: too many arguments$help" >&2
111 exit 1;; 116 exit 1;;
112 esac 117 esac
113 118
114 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 119 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
115 # Here we must recognize all the valid KERNEL-OS combinations. 120 # Here we must recognize all the valid KERNEL-OS combinations.
116 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 121 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
117 case $maybe_os in 122 case $maybe_os in
118 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ 123 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
119 linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ 124 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
120 knetbsd*-gnu* | netbsd*-gnu* | \
121 kopensolaris*-gnu* | \
122 storm-chaos* | os2-emx* | rtmk-nova*) 125 storm-chaos* | os2-emx* | rtmk-nova*)
123 os=-$maybe_os 126 os=-$maybe_os
124 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 127 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
125 ;; 128 ;;
126 android-linux)
127 os=-linux-android
128 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
129 ;;
130 *) 129 *)
131 basic_machine=`echo $1 | sed 's/-[^-]*$//'` 130 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
132 if [ $basic_machine != $1 ] 131 if [ $basic_machine != $1 ]
133 then os=`echo $1 | sed 's/.*-/-/'` 132 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi 133 else os=; fi
135 ;; 134 ;;
136 esac 135 esac
137 136
138 ### Let's recognize common machines as not being operating systems so 137 ### Let's recognize common machines as not being operating systems so
139 ### that things like config.sub decstation-3100 work. We also 138 ### that things like config.sub decstation-3100 work. We also
140 ### recognize some manufacturers as not being operating systems, so we 139 ### recognize some manufacturers as not being operating systems, so we
141 ### can provide default operating systems below. 140 ### can provide default operating systems below.
142 case $os in 141 case $os in
143 -sun*os*) 142 -sun*os*)
144 # Prevent following clause from handling this invalid input. 143 # Prevent following clause from handling this invalid input.
145 ;; 144 ;;
146 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ 145 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
147 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 146 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
148 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ 147 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
149 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ 148 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
150 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 149 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ 150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
152 » -apple | -axis | -knuth | -cray | -microblaze*) 151 » -apple | -axis | -knuth | -cray)
153 os= 152 os=
154 basic_machine=$1 153 basic_machine=$1
155 ;; 154 ;;
156 -bluegene*)
157 os=-cnk
158 ;;
159 -sim | -cisco | -oki | -wec | -winbond) 155 -sim | -cisco | -oki | -wec | -winbond)
160 os= 156 os=
161 basic_machine=$1 157 basic_machine=$1
162 ;; 158 ;;
163 -scout) 159 -scout)
164 ;; 160 ;;
165 -wrs) 161 -wrs)
166 os=-vxworks 162 os=-vxworks
167 basic_machine=$1 163 basic_machine=$1
168 ;; 164 ;;
169 -chorusos*) 165 -chorusos*)
170 os=-chorusos 166 os=-chorusos
171 basic_machine=$1 167 basic_machine=$1
172 ;; 168 ;;
173 » -chorusrdb) 169 » -chorusrdb)
174 » » os=-chorusrdb 170 » » os=-chorusrdb
175 basic_machine=$1 171 basic_machine=$1
176 » » ;; 172 » » ;;
177 -hiux*) 173 -hiux*)
178 os=-hiuxwe2 174 os=-hiuxwe2
179 ;; 175 ;;
180 -sco6) 176 -sco6)
181 os=-sco5v6 177 os=-sco5v6
182 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 178 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
183 ;; 179 ;;
184 -sco5) 180 -sco5)
185 os=-sco3.2v5 181 os=-sco3.2v5
186 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 182 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
(...skipping 24 matching lines...) Expand all
211 -isc) 207 -isc)
212 os=-isc2.2 208 os=-isc2.2
213 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 209 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
214 ;; 210 ;;
215 -clix*) 211 -clix*)
216 basic_machine=clipper-intergraph 212 basic_machine=clipper-intergraph
217 ;; 213 ;;
218 -isc*) 214 -isc*)
219 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 215 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
220 ;; 216 ;;
221 -lynx*178)
222 os=-lynxos178
223 ;;
224 -lynx*5)
225 os=-lynxos5
226 ;;
227 -lynx*) 217 -lynx*)
228 os=-lynxos 218 os=-lynxos
229 ;; 219 ;;
230 -ptx*) 220 -ptx*)
231 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` 221 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
232 ;; 222 ;;
233 -windowsnt*) 223 -windowsnt*)
234 os=`echo $os | sed -e 's/windowsnt/winnt/'` 224 os=`echo $os | sed -e 's/windowsnt/winnt/'`
235 ;; 225 ;;
236 -psos*) 226 -psos*)
237 os=-psos 227 os=-psos
238 ;; 228 ;;
239 -mint | -mint[0-9]*) 229 -mint | -mint[0-9]*)
240 basic_machine=m68k-atari 230 basic_machine=m68k-atari
241 os=-mint 231 os=-mint
242 ;; 232 ;;
243 esac 233 esac
244 234
245 # Decode aliases for certain CPU-COMPANY combinations. 235 # Decode aliases for certain CPU-COMPANY combinations.
246 case $basic_machine in 236 case $basic_machine in
247 # Recognize the basic CPU types without company name. 237 # Recognize the basic CPU types without company name.
248 # Some are omitted here because they have special meanings below. 238 # Some are omitted here because they have special meanings below.
249 1750a | 580 \ 239 1750a | 580 \
250 | a29k \ 240 | a29k \
251 | aarch64 | aarch64_be \
252 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ 241 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
253 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[ 67] \ 242 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[ 67] \
254 | am33_2.0 \ 243 | am33_2.0 \
255 » | arc | arceb \ 244 » | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | a vr32 \
256 » | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
257 » | avr | avr32 \
258 » | be32 | be64 \
259 | bfin \ 245 | bfin \
260 » | c4x | c8051 | clipper \ 246 » | c4x | clipper \
261 | d10v | d30v | dlx | dsp16xx \ 247 | d10v | d30v | dlx | dsp16xx \
262 | epiphany \
263 | fido | fr30 | frv \ 248 | fido | fr30 | frv \
264 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ 249 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
265 | hexagon \
266 | i370 | i860 | i960 | ia64 \ 250 | i370 | i860 | i960 | ia64 \
267 | ip2k | iq2000 \ 251 | ip2k | iq2000 \
268 | k1om \
269 | le32 | le64 \
270 | lm32 \
271 | m32c | m32r | m32rle | m68000 | m68k | m88k \ 252 | m32c | m32r | m32rle | m68000 | m68k | m88k \
272 » | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ 253 » | maxq | mb | microblaze | mcore | mep \
273 | mips | mipsbe | mipseb | mipsel | mipsle \ 254 | mips | mipsbe | mipseb | mipsel | mipsle \
274 | mips16 \ 255 | mips16 \
275 | mips64 | mips64el \ 256 | mips64 | mips64el \
276 » | mips64octeon | mips64octeonel \ 257 » | mips64vr | mips64vrel \
277 | mips64orion | mips64orionel \ 258 | mips64orion | mips64orionel \
278 | mips64r5900 | mips64r5900el \
279 | mips64vr | mips64vrel \
280 | mips64vr4100 | mips64vr4100el \ 259 | mips64vr4100 | mips64vr4100el \
281 | mips64vr4300 | mips64vr4300el \ 260 | mips64vr4300 | mips64vr4300el \
282 | mips64vr5000 | mips64vr5000el \ 261 | mips64vr5000 | mips64vr5000el \
283 | mips64vr5900 | mips64vr5900el \ 262 | mips64vr5900 | mips64vr5900el \
284 | mipsisa32 | mipsisa32el \ 263 | mipsisa32 | mipsisa32el \
285 | mipsisa32r2 | mipsisa32r2el \ 264 | mipsisa32r2 | mipsisa32r2el \
286 | mipsisa32r6 | mipsisa32r6el \
287 | mipsisa64 | mipsisa64el \ 265 | mipsisa64 | mipsisa64el \
288 | mipsisa64r2 | mipsisa64r2el \ 266 | mipsisa64r2 | mipsisa64r2el \
289 | mipsisa64r6 | mipsisa64r6el \
290 | mipsisa64sb1 | mipsisa64sb1el \ 267 | mipsisa64sb1 | mipsisa64sb1el \
291 | mipsisa64sr71k | mipsisa64sr71kel \ 268 | mipsisa64sr71k | mipsisa64sr71kel \
292 | mipsr5900 | mipsr5900el \
293 | mipstx39 | mipstx39el \ 269 | mipstx39 | mipstx39el \
294 | mn10200 | mn10300 \ 270 | mn10200 | mn10300 \
295 | moxie \
296 | mt \ 271 | mt \
297 | msp430 \ 272 | msp430 \
298 » | nds32 | nds32le | nds32be \ 273 » | nios | nios2 \
299 » | nios | nios2 | nios2eb | nios2el \
300 | ns16k | ns32k \ 274 | ns16k | ns32k \
301 » | open8 | or1k | or1knd | or32 \ 275 » | or32 \
302 | pdp10 | pdp11 | pj | pjl \ 276 | pdp10 | pdp11 | pj | pjl \
303 » | powerpc | powerpc64 | powerpc64le | powerpcle \ 277 » | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
304 | pyramid \ 278 | pyramid \
305 | riscv32 | riscv64 \
306 | rl78 | rx \
307 | score \ 279 | score \
308 » | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 280 » | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh [1234]le | sh3ele \
309 | sh64 | sh64le \ 281 | sh64 | sh64le \
310 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclit e \ 282 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclit e \
311 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ 283 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
312 » | spu \ 284 » | spu | strongarm \
313 » | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ 285 » | tahoe | thumb | tic4x | tic80 | tron \
314 » | ubicom32 \ 286 » | v850 | v850e \
315 » | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
316 » | visium \
317 | we32k \ 287 | we32k \
318 » | x86 | xc16x | xstormy16 | xtensa \ 288 » | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
319 » | z8k | z80) 289 » | z8k)
320 basic_machine=$basic_machine-unknown 290 basic_machine=$basic_machine-unknown
321 ;; 291 ;;
322 » c54x) 292 » m6811 | m68hc11 | m6812 | m68hc12)
323 » » basic_machine=tic54x-unknown 293 » » # Motorola 68HC11/12.
324 » » ;;
325 » c55x)
326 » » basic_machine=tic55x-unknown
327 » » ;;
328 » c6x)
329 » » basic_machine=tic6x-unknown
330 » » ;;
331 » leon|leon[3-9])
332 » » basic_machine=sparc-$basic_machine
333 » » ;;
334 » m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
335 basic_machine=$basic_machine-unknown 294 basic_machine=$basic_machine-unknown
336 os=-none 295 os=-none
337 ;; 296 ;;
338 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) 297 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
339 ;; 298 ;;
340 ms1) 299 ms1)
341 basic_machine=mt-unknown 300 basic_machine=mt-unknown
342 ;; 301 ;;
343 302
344 strongarm | thumb | xscale)
345 basic_machine=arm-unknown
346 ;;
347 xgate)
348 basic_machine=$basic_machine-unknown
349 os=-none
350 ;;
351 xscaleeb)
352 basic_machine=armeb-unknown
353 ;;
354
355 xscaleel)
356 basic_machine=armel-unknown
357 ;;
358
359 # We use `pc' rather than `unknown' 303 # We use `pc' rather than `unknown'
360 # because (1) that's what they normally are, and 304 # because (1) that's what they normally are, and
361 # (2) the word "unknown" tends to confuse beginning users. 305 # (2) the word "unknown" tends to confuse beginning users.
362 i*86 | x86_64) 306 i*86 | x86_64)
363 basic_machine=$basic_machine-pc 307 basic_machine=$basic_machine-pc
364 ;; 308 ;;
365 # Object if more than one company name word. 309 # Object if more than one company name word.
366 *-*-*) 310 *-*-*)
367 echo Invalid configuration \`$1\': machine \`$basic_machine\' no t recognized 1>&2 311 echo Invalid configuration \`$1\': machine \`$basic_machine\' no t recognized 1>&2
368 exit 1 312 exit 1
369 ;; 313 ;;
370 # Recognize the basic CPU types with company name. 314 # Recognize the basic CPU types with company name.
371 580-* \ 315 580-* \
372 | a29k-* \ 316 | a29k-* \
373 | aarch64-* | aarch64_be-* \
374 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ 317 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
375 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ 318 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
376 » | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ 319 » | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
377 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ 320 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
378 | avr-* | avr32-* \ 321 | avr-* | avr32-* \
379 | be32-* | be64-* \
380 | bfin-* | bs2000-* \ 322 | bfin-* | bs2000-* \
381 » | c[123]* | c30-* | [cjt]90-* | c4x-* \ 323 » | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
382 » | c8051-* | clipper-* | craynv-* | cydra-* \ 324 » | clipper-* | craynv-* | cydra-* \
383 | d10v-* | d30v-* | dlx-* \ 325 | d10v-* | d30v-* | dlx-* \
384 | elxsi-* \ 326 | elxsi-* \
385 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ 327 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
386 | h8300-* | h8500-* \ 328 | h8300-* | h8500-* \
387 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 329 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
388 | hexagon-* \
389 | i*86-* | i860-* | i960-* | ia64-* \ 330 | i*86-* | i860-* | i960-* | ia64-* \
390 | ip2k-* | iq2000-* \ 331 | ip2k-* | iq2000-* \
391 | k1om-* \
392 | le32-* | le64-* \
393 | lm32-* \
394 | m32c-* | m32r-* | m32rle-* \ 332 | m32c-* | m32r-* | m32rle-* \
395 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 333 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
396 » | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ 334 » | m88110-* | m88k-* | maxq-* | mcore-* \
397 » | microblaze-* | microblazeel-* \
398 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ 335 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
399 | mips16-* \ 336 | mips16-* \
400 | mips64-* | mips64el-* \ 337 | mips64-* | mips64el-* \
401 » | mips64octeon-* | mips64octeonel-* \ 338 » | mips64vr-* | mips64vrel-* \
402 | mips64orion-* | mips64orionel-* \ 339 | mips64orion-* | mips64orionel-* \
403 | mips64r5900-* | mips64r5900el-* \
404 | mips64vr-* | mips64vrel-* \
405 | mips64vr4100-* | mips64vr4100el-* \ 340 | mips64vr4100-* | mips64vr4100el-* \
406 | mips64vr4300-* | mips64vr4300el-* \ 341 | mips64vr4300-* | mips64vr4300el-* \
407 | mips64vr5000-* | mips64vr5000el-* \ 342 | mips64vr5000-* | mips64vr5000el-* \
408 | mips64vr5900-* | mips64vr5900el-* \ 343 | mips64vr5900-* | mips64vr5900el-* \
409 | mipsisa32-* | mipsisa32el-* \ 344 | mipsisa32-* | mipsisa32el-* \
410 | mipsisa32r2-* | mipsisa32r2el-* \ 345 | mipsisa32r2-* | mipsisa32r2el-* \
411 | mipsisa32r6-* | mipsisa32r6el-* \
412 | mipsisa64-* | mipsisa64el-* \ 346 | mipsisa64-* | mipsisa64el-* \
413 | mipsisa64r2-* | mipsisa64r2el-* \ 347 | mipsisa64r2-* | mipsisa64r2el-* \
414 | mipsisa64r6-* | mipsisa64r6el-* \
415 | mipsisa64sb1-* | mipsisa64sb1el-* \ 348 | mipsisa64sb1-* | mipsisa64sb1el-* \
416 | mipsisa64sr71k-* | mipsisa64sr71kel-* \ 349 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
417 | mipsr5900-* | mipsr5900el-* \
418 | mipstx39-* | mipstx39el-* \ 350 | mipstx39-* | mipstx39el-* \
419 | mmix-* \ 351 | mmix-* \
420 | mt-* \ 352 | mt-* \
421 | msp430-* \ 353 | msp430-* \
422 » | nds32-* | nds32le-* | nds32be-* \ 354 » | nios-* | nios2-* \
423 » | nios-* | nios2-* | nios2eb-* | nios2el-* \
424 | none-* | np1-* | ns16k-* | ns32k-* \ 355 | none-* | np1-* | ns16k-* | ns32k-* \
425 | open8-* \
426 | or1k*-* \
427 | orion-* \ 356 | orion-* \
428 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ 357 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
429 » | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ 358 » | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
430 | pyramid-* \ 359 | pyramid-* \
431 » | rl78-* | romp-* | rs6000-* | rx-* \ 360 » | romp-* | rs6000-* \
432 » | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 361 » | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe -* \
433 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 362 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
434 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet- * \ 363 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet- * \
435 | sparclite-* \ 364 | sparclite-* \
436 » | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ 365 » | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
437 » | tahoe-* \ 366 » | tahoe-* | thumb-* \
438 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 367 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
439 | tile*-* \
440 | tron-* \ 368 | tron-* \
441 » | ubicom32-* \ 369 » | v850-* | v850e-* | vax-* \
442 » | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
443 » | vax-* \
444 » | visium-* \
445 | we32k-* \ 370 | we32k-* \
446 » | x86-* | x86_64-* | xc16x-* | xps100-* \ 371 » | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
447 | xstormy16-* | xtensa*-* \ 372 | xstormy16-* | xtensa*-* \
448 | ymp-* \ 373 | ymp-* \
449 » | z8k-* | z80-*) 374 » | z8k-*)
450 ;; 375 ;;
451 # Recognize the basic CPU types without company name, with glob match. 376 # Recognize the basic CPU types without company name, with glob match.
452 xtensa*) 377 xtensa*)
453 basic_machine=$basic_machine-unknown 378 basic_machine=$basic_machine-unknown
454 ;; 379 ;;
455 # Recognize the various machine names and aliases which stand 380 # Recognize the various machine names and aliases which stand
456 # for a CPU type and a company and sometimes even an OS. 381 # for a CPU type and a company and sometimes even an OS.
457 386bsd) 382 386bsd)
458 basic_machine=i386-unknown 383 basic_machine=i386-unknown
459 os=-bsd 384 os=-bsd
460 ;; 385 ;;
461 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 386 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
462 basic_machine=m68000-att 387 basic_machine=m68000-att
463 ;; 388 ;;
464 3b*) 389 3b*)
465 basic_machine=we32k-att 390 basic_machine=we32k-att
466 ;; 391 ;;
467 a29khif) 392 a29khif)
468 basic_machine=a29k-amd 393 basic_machine=a29k-amd
469 os=-udi 394 os=-udi
470 ;; 395 ;;
471 » abacus) 396 » abacus)
472 basic_machine=abacus-unknown 397 basic_machine=abacus-unknown
473 ;; 398 ;;
474 adobe68k) 399 adobe68k)
475 basic_machine=m68010-adobe 400 basic_machine=m68010-adobe
476 os=-scout 401 os=-scout
477 ;; 402 ;;
478 alliant | fx80) 403 alliant | fx80)
479 basic_machine=fx80-alliant 404 basic_machine=fx80-alliant
480 ;; 405 ;;
481 altos | altos3068) 406 altos | altos3068)
(...skipping 25 matching lines...) Expand all
507 os=-sysv4 432 os=-sysv4
508 ;; 433 ;;
509 apollo68) 434 apollo68)
510 basic_machine=m68k-apollo 435 basic_machine=m68k-apollo
511 os=-sysv 436 os=-sysv
512 ;; 437 ;;
513 apollo68bsd) 438 apollo68bsd)
514 basic_machine=m68k-apollo 439 basic_machine=m68k-apollo
515 os=-bsd 440 os=-bsd
516 ;; 441 ;;
517 aros)
518 basic_machine=i386-pc
519 os=-aros
520 ;;
521 aux) 442 aux)
522 basic_machine=m68k-apple 443 basic_machine=m68k-apple
523 os=-aux 444 os=-aux
524 ;; 445 ;;
525 balance) 446 balance)
526 basic_machine=ns32k-sequent 447 basic_machine=ns32k-sequent
527 os=-dynix 448 os=-dynix
528 ;; 449 ;;
529 blackfin) 450 blackfin)
530 basic_machine=bfin-unknown 451 basic_machine=bfin-unknown
531 os=-linux 452 os=-linux
532 ;; 453 ;;
533 blackfin-*) 454 blackfin-*)
534 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` 455 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
535 os=-linux 456 os=-linux
536 ;; 457 ;;
537 bluegene*)
538 basic_machine=powerpc-ibm
539 os=-cnk
540 ;;
541 c54x-*)
542 basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
543 ;;
544 c55x-*)
545 basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
546 ;;
547 c6x-*)
548 basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
549 ;;
550 c90) 458 c90)
551 basic_machine=c90-cray 459 basic_machine=c90-cray
552 os=-unicos 460 os=-unicos
553 ;; 461 ;;
554 cegcc)
555 basic_machine=arm-unknown
556 os=-cegcc
557 ;;
558 convex-c1) 462 convex-c1)
559 basic_machine=c1-convex 463 basic_machine=c1-convex
560 os=-bsd 464 os=-bsd
561 ;; 465 ;;
562 convex-c2) 466 convex-c2)
563 basic_machine=c2-convex 467 basic_machine=c2-convex
564 os=-bsd 468 os=-bsd
565 ;; 469 ;;
566 convex-c32) 470 convex-c32)
567 basic_machine=c32-convex 471 basic_machine=c32-convex
568 os=-bsd 472 os=-bsd
569 ;; 473 ;;
570 convex-c34) 474 convex-c34)
571 basic_machine=c34-convex 475 basic_machine=c34-convex
572 os=-bsd 476 os=-bsd
573 ;; 477 ;;
574 convex-c38) 478 convex-c38)
575 basic_machine=c38-convex 479 basic_machine=c38-convex
576 os=-bsd 480 os=-bsd
577 ;; 481 ;;
578 cray | j90) 482 cray | j90)
579 basic_machine=j90-cray 483 basic_machine=j90-cray
580 os=-unicos 484 os=-unicos
581 ;; 485 ;;
582 craynv) 486 craynv)
583 basic_machine=craynv-cray 487 basic_machine=craynv-cray
584 os=-unicosmp 488 os=-unicosmp
585 ;; 489 ;;
586 » cr16 | cr16-*) 490 » cr16)
587 basic_machine=cr16-unknown 491 basic_machine=cr16-unknown
588 os=-elf 492 os=-elf
589 ;; 493 ;;
590 crds | unos) 494 crds | unos)
591 basic_machine=m68k-crds 495 basic_machine=m68k-crds
592 ;; 496 ;;
593 crisv32 | crisv32-* | etraxfs*) 497 crisv32 | crisv32-* | etraxfs*)
594 basic_machine=crisv32-axis 498 basic_machine=crisv32-axis
595 ;; 499 ;;
596 cris | cris-* | etrax*) 500 cris | cris-* | etrax*)
(...skipping 18 matching lines...) Expand all
615 os=-tops20 519 os=-tops20
616 ;; 520 ;;
617 delta | 3300 | motorola-3300 | motorola-delta \ 521 delta | 3300 | motorola-3300 | motorola-delta \
618 | 3300-motorola | delta-motorola) 522 | 3300-motorola | delta-motorola)
619 basic_machine=m68k-motorola 523 basic_machine=m68k-motorola
620 ;; 524 ;;
621 delta88) 525 delta88)
622 basic_machine=m88k-motorola 526 basic_machine=m88k-motorola
623 os=-sysv3 527 os=-sysv3
624 ;; 528 ;;
625 dicos)
626 basic_machine=i686-pc
627 os=-dicos
628 ;;
629 djgpp) 529 djgpp)
630 basic_machine=i586-pc 530 basic_machine=i586-pc
631 os=-msdosdjgpp 531 os=-msdosdjgpp
632 ;; 532 ;;
633 dpx20 | dpx20-*) 533 dpx20 | dpx20-*)
634 basic_machine=rs6000-bull 534 basic_machine=rs6000-bull
635 os=-bosx 535 os=-bosx
636 ;; 536 ;;
637 dpx2* | dpx2*-bull) 537 dpx2* | dpx2*-bull)
638 basic_machine=m68k-bull 538 basic_machine=m68k-bull
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 basic_machine=hppa1.1-hp 634 basic_machine=hppa1.1-hp
735 os=-osf 635 os=-osf
736 ;; 636 ;;
737 hppro) 637 hppro)
738 basic_machine=hppa1.1-hp 638 basic_machine=hppa1.1-hp
739 os=-proelf 639 os=-proelf
740 ;; 640 ;;
741 i370-ibm* | ibm*) 641 i370-ibm* | ibm*)
742 basic_machine=i370-ibm 642 basic_machine=i370-ibm
743 ;; 643 ;;
644 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
744 i*86v32) 645 i*86v32)
745 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` 646 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
746 os=-sysv32 647 os=-sysv32
747 ;; 648 ;;
748 i*86v4*) 649 i*86v4*)
749 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` 650 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
750 os=-sysv4 651 os=-sysv4
751 ;; 652 ;;
752 i*86v) 653 i*86v)
753 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` 654 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
(...skipping 18 matching lines...) Expand all
772 ;; 673 ;;
773 *) 674 *)
774 os=-irix4 675 os=-irix4
775 ;; 676 ;;
776 esac 677 esac
777 ;; 678 ;;
778 isi68 | isi) 679 isi68 | isi)
779 basic_machine=m68k-isi 680 basic_machine=m68k-isi
780 os=-sysv 681 os=-sysv
781 ;; 682 ;;
782 leon-*|leon[3-9]-*)
783 basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
784 ;;
785 m68knommu) 683 m68knommu)
786 basic_machine=m68k-unknown 684 basic_machine=m68k-unknown
787 os=-linux 685 os=-linux
788 ;; 686 ;;
789 m68knommu-*) 687 m68knommu-*)
790 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` 688 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
791 os=-linux 689 os=-linux
792 ;; 690 ;;
793 m88k-omron*) 691 m88k-omron*)
794 basic_machine=m88k-omron 692 basic_machine=m88k-omron
795 ;; 693 ;;
796 magnum | m3230) 694 magnum | m3230)
797 basic_machine=mips-mips 695 basic_machine=mips-mips
798 os=-sysv 696 os=-sysv
799 ;; 697 ;;
800 merlin) 698 merlin)
801 basic_machine=ns32k-utek 699 basic_machine=ns32k-utek
802 os=-sysv 700 os=-sysv
803 ;; 701 ;;
804 microblaze*)
805 basic_machine=microblaze-xilinx
806 ;;
807 mingw64)
808 basic_machine=x86_64-pc
809 os=-mingw64
810 ;;
811 mingw32) 702 mingw32)
812 » » basic_machine=i686-pc 703 » » basic_machine=i386-pc
813 os=-mingw32 704 os=-mingw32
814 ;; 705 ;;
815 mingw32ce) 706 mingw32ce)
816 basic_machine=arm-unknown 707 basic_machine=arm-unknown
817 os=-mingw32ce 708 os=-mingw32ce
818 ;; 709 ;;
819 miniframe) 710 miniframe)
820 basic_machine=m68000-convergent 711 basic_machine=m68000-convergent
821 ;; 712 ;;
822 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) 713 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
823 basic_machine=m68k-atari 714 basic_machine=m68k-atari
824 os=-mint 715 os=-mint
825 ;; 716 ;;
826 mips3*-*) 717 mips3*-*)
827 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` 718 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
828 ;; 719 ;;
829 mips3*) 720 mips3*)
830 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-u nknown 721 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-u nknown
831 ;; 722 ;;
832 monitor) 723 monitor)
833 basic_machine=m68k-rom68k 724 basic_machine=m68k-rom68k
834 os=-coff 725 os=-coff
835 ;; 726 ;;
836 morphos) 727 morphos)
837 basic_machine=powerpc-unknown 728 basic_machine=powerpc-unknown
838 os=-morphos 729 os=-morphos
839 ;; 730 ;;
840 moxiebox)
841 basic_machine=moxie-unknown
842 os=-moxiebox
843 ;;
844 msdos) 731 msdos)
845 basic_machine=i386-pc 732 basic_machine=i386-pc
846 os=-msdos 733 os=-msdos
847 ;; 734 ;;
848 ms1-*) 735 ms1-*)
849 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` 736 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
850 ;; 737 ;;
851 msys)
852 basic_machine=i686-pc
853 os=-msys
854 ;;
855 mvs) 738 mvs)
856 basic_machine=i370-ibm 739 basic_machine=i370-ibm
857 os=-mvs 740 os=-mvs
858 ;; 741 ;;
859 nacl)
860 basic_machine=le32-unknown
861 os=-nacl
862 ;;
863 ncr3000) 742 ncr3000)
864 basic_machine=i486-ncr 743 basic_machine=i486-ncr
865 os=-sysv4 744 os=-sysv4
866 ;; 745 ;;
867 netbsd386) 746 netbsd386)
868 basic_machine=i386-unknown 747 basic_machine=i386-unknown
869 os=-netbsd 748 os=-netbsd
870 ;; 749 ;;
871 netwinder) 750 netwinder)
872 basic_machine=armv4l-rebel 751 basic_machine=armv4l-rebel
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 basic_machine=i960-intel 796 basic_machine=i960-intel
918 os=-mon960 797 os=-mon960
919 ;; 798 ;;
920 nonstopux) 799 nonstopux)
921 basic_machine=mips-compaq 800 basic_machine=mips-compaq
922 os=-nonstopux 801 os=-nonstopux
923 ;; 802 ;;
924 np1) 803 np1)
925 basic_machine=np1-gould 804 basic_machine=np1-gould
926 ;; 805 ;;
927 neo-tandem)
928 basic_machine=neo-tandem
929 ;;
930 nse-tandem)
931 basic_machine=nse-tandem
932 ;;
933 nsr-tandem) 806 nsr-tandem)
934 basic_machine=nsr-tandem 807 basic_machine=nsr-tandem
935 ;; 808 ;;
936 op50n-* | op60c-*) 809 op50n-* | op60c-*)
937 basic_machine=hppa1.1-oki 810 basic_machine=hppa1.1-oki
938 os=-proelf 811 os=-proelf
939 ;; 812 ;;
940 openrisc | openrisc-*) 813 openrisc | openrisc-*)
941 basic_machine=or32-unknown 814 basic_machine=or32-unknown
942 ;; 815 ;;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` 878 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
1006 ;; 879 ;;
1007 pentium4-*) 880 pentium4-*)
1008 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` 881 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
1009 ;; 882 ;;
1010 pn) 883 pn)
1011 basic_machine=pn-gould 884 basic_machine=pn-gould
1012 ;; 885 ;;
1013 power) basic_machine=power-ibm 886 power) basic_machine=power-ibm
1014 ;; 887 ;;
1015 » ppc | ppcbe)» basic_machine=powerpc-unknown 888 » ppc)» basic_machine=powerpc-unknown
1016 ;; 889 ;;
1017 » ppc-* | ppcbe-*) 890 » ppc-*)» basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
1018 » » basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
1019 ;; 891 ;;
1020 ppcle | powerpclittle | ppc-le | powerpc-little) 892 ppcle | powerpclittle | ppc-le | powerpc-little)
1021 basic_machine=powerpcle-unknown 893 basic_machine=powerpcle-unknown
1022 ;; 894 ;;
1023 ppcle-* | powerpclittle-*) 895 ppcle-* | powerpclittle-*)
1024 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//' ` 896 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//' `
1025 ;; 897 ;;
1026 ppc64) basic_machine=powerpc64-unknown 898 ppc64) basic_machine=powerpc64-unknown
1027 ;; 899 ;;
1028 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-// '` 900 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-// '`
1029 ;; 901 ;;
1030 ppc64le | powerpc64little | ppc64-le | powerpc64-little) 902 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
1031 basic_machine=powerpc64le-unknown 903 basic_machine=powerpc64le-unknown
1032 ;; 904 ;;
1033 ppc64le-* | powerpc64little-*) 905 ppc64le-* | powerpc64little-*)
1034 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-/ /'` 906 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-/ /'`
1035 ;; 907 ;;
1036 ps2) 908 ps2)
1037 basic_machine=i386-ibm 909 basic_machine=i386-ibm
1038 ;; 910 ;;
1039 pw32) 911 pw32)
1040 basic_machine=i586-unknown 912 basic_machine=i586-unknown
1041 os=-pw32 913 os=-pw32
1042 ;; 914 ;;
1043 » rdos | rdos64) 915 » rdos)
1044 » » basic_machine=x86_64-pc
1045 » » os=-rdos
1046 » » ;;
1047 » rdos32)
1048 basic_machine=i386-pc 916 basic_machine=i386-pc
1049 os=-rdos 917 os=-rdos
1050 ;; 918 ;;
1051 rom68k) 919 rom68k)
1052 basic_machine=m68k-rom68k 920 basic_machine=m68k-rom68k
1053 os=-coff 921 os=-coff
1054 ;; 922 ;;
1055 rm[46]00) 923 rm[46]00)
1056 basic_machine=mips-siemens 924 basic_machine=mips-siemens
1057 ;; 925 ;;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 spur) 974 spur)
1107 basic_machine=spur-unknown 975 basic_machine=spur-unknown
1108 ;; 976 ;;
1109 st2000) 977 st2000)
1110 basic_machine=m68k-tandem 978 basic_machine=m68k-tandem
1111 ;; 979 ;;
1112 stratus) 980 stratus)
1113 basic_machine=i860-stratus 981 basic_machine=i860-stratus
1114 os=-sysv4 982 os=-sysv4
1115 ;; 983 ;;
1116 strongarm-* | thumb-*)
1117 basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
1118 ;;
1119 sun2) 984 sun2)
1120 basic_machine=m68000-sun 985 basic_machine=m68000-sun
1121 ;; 986 ;;
1122 sun2os3) 987 sun2os3)
1123 basic_machine=m68000-sun 988 basic_machine=m68000-sun
1124 os=-sunos3 989 os=-sunos3
1125 ;; 990 ;;
1126 sun2os4) 991 sun2os4)
1127 basic_machine=m68000-sun 992 basic_machine=m68000-sun
1128 os=-sunos4 993 os=-sunos4
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 os=-dynix 1030 os=-dynix
1166 ;; 1031 ;;
1167 t3e) 1032 t3e)
1168 basic_machine=alphaev5-cray 1033 basic_machine=alphaev5-cray
1169 os=-unicos 1034 os=-unicos
1170 ;; 1035 ;;
1171 t90) 1036 t90)
1172 basic_machine=t90-cray 1037 basic_machine=t90-cray
1173 os=-unicos 1038 os=-unicos
1174 ;; 1039 ;;
1040 tic54x | c54x*)
1041 basic_machine=tic54x-unknown
1042 os=-coff
1043 ;;
1044 tic55x | c55x*)
1045 basic_machine=tic55x-unknown
1046 os=-coff
1047 ;;
1048 tic6x | c6x*)
1049 basic_machine=tic6x-unknown
1050 os=-coff
1051 ;;
1175 tile*) 1052 tile*)
1176 » » basic_machine=$basic_machine-unknown 1053 » » basic_machine=tile-unknown
1177 os=-linux-gnu 1054 os=-linux-gnu
1178 ;; 1055 ;;
1179 tx39) 1056 tx39)
1180 basic_machine=mipstx39-unknown 1057 basic_machine=mipstx39-unknown
1181 ;; 1058 ;;
1182 tx39el) 1059 tx39el)
1183 basic_machine=mipstx39el-unknown 1060 basic_machine=mipstx39el-unknown
1184 ;; 1061 ;;
1185 toad1) 1062 toad1)
1186 basic_machine=pdp10-xkl 1063 basic_machine=pdp10-xkl
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 basic_machine=hppa1.1-winbond 1113 basic_machine=hppa1.1-winbond
1237 os=-proelf 1114 os=-proelf
1238 ;; 1115 ;;
1239 xbox) 1116 xbox)
1240 basic_machine=i686-pc 1117 basic_machine=i686-pc
1241 os=-mingw32 1118 os=-mingw32
1242 ;; 1119 ;;
1243 xps | xps100) 1120 xps | xps100)
1244 basic_machine=xps100-honeywell 1121 basic_machine=xps100-honeywell
1245 ;; 1122 ;;
1246 xscale-* | xscalee[bl]-*)
1247 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
1248 ;;
1249 ymp) 1123 ymp)
1250 basic_machine=ymp-cray 1124 basic_machine=ymp-cray
1251 os=-unicos 1125 os=-unicos
1252 ;; 1126 ;;
1253 z8k-*-coff) 1127 z8k-*-coff)
1254 basic_machine=z8k-unknown 1128 basic_machine=z8k-unknown
1255 os=-sim 1129 os=-sim
1256 ;; 1130 ;;
1257 z80-*-coff)
1258 basic_machine=z80-unknown
1259 os=-sim
1260 ;;
1261 none) 1131 none)
1262 basic_machine=none-none 1132 basic_machine=none-none
1263 os=-none 1133 os=-none
1264 ;; 1134 ;;
1265 1135
1266 # Here we handle the default manufacturer of certain CPU types. It is in 1136 # Here we handle the default manufacturer of certain CPU types. It is in
1267 # some cases the only manufacturer, in others, it is the most popular. 1137 # some cases the only manufacturer, in others, it is the most popular.
1268 w89k) 1138 w89k)
1269 basic_machine=hppa1.1-winbond 1139 basic_machine=hppa1.1-winbond
1270 ;; 1140 ;;
(...skipping 18 matching lines...) Expand all
1289 pdp10) 1159 pdp10)
1290 # there are many clones, so DEC is not a safe bet 1160 # there are many clones, so DEC is not a safe bet
1291 basic_machine=pdp10-unknown 1161 basic_machine=pdp10-unknown
1292 ;; 1162 ;;
1293 pdp11) 1163 pdp11)
1294 basic_machine=pdp11-dec 1164 basic_machine=pdp11-dec
1295 ;; 1165 ;;
1296 we32k) 1166 we32k)
1297 basic_machine=we32k-att 1167 basic_machine=we32k-att
1298 ;; 1168 ;;
1299 » sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) 1169 » sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1300 basic_machine=sh-unknown 1170 basic_machine=sh-unknown
1301 ;; 1171 ;;
1302 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) 1172 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1303 basic_machine=sparc-sun 1173 basic_machine=sparc-sun
1304 ;; 1174 ;;
1305 cydra) 1175 cydra)
1306 basic_machine=cydra-cydrome 1176 basic_machine=cydra-cydrome
1307 ;; 1177 ;;
1308 orion) 1178 orion)
1309 basic_machine=orion-highlevel 1179 basic_machine=orion-highlevel
(...skipping 26 matching lines...) Expand all
1336 ;; 1206 ;;
1337 *) 1207 *)
1338 ;; 1208 ;;
1339 esac 1209 esac
1340 1210
1341 # Decode manufacturer-specific aliases for certain operating systems. 1211 # Decode manufacturer-specific aliases for certain operating systems.
1342 1212
1343 if [ x"$os" != x"" ] 1213 if [ x"$os" != x"" ]
1344 then 1214 then
1345 case $os in 1215 case $os in
1346 » # First match some system type aliases 1216 # First match some system type aliases
1347 » # that might get confused with valid system types. 1217 # that might get confused with valid system types.
1348 # -solaris* is a basic system type, with this one exception. 1218 # -solaris* is a basic system type, with this one exception.
1349 -auroraux)
1350 os=-auroraux
1351 ;;
1352 -solaris1 | -solaris1.*) 1219 -solaris1 | -solaris1.*)
1353 os=`echo $os | sed -e 's|solaris1|sunos4|'` 1220 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1354 ;; 1221 ;;
1355 -solaris) 1222 -solaris)
1356 os=-solaris2 1223 os=-solaris2
1357 ;; 1224 ;;
1358 -svr4*) 1225 -svr4*)
1359 os=-sysv4 1226 os=-sysv4
1360 ;; 1227 ;;
1361 -unixware*) 1228 -unixware*)
1362 os=-sysv4.2uw 1229 os=-sysv4.2uw
1363 ;; 1230 ;;
1364 -gnu/linux*) 1231 -gnu/linux*)
1365 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` 1232 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
1366 ;; 1233 ;;
1367 # First accept the basic system types. 1234 # First accept the basic system types.
1368 # The portable systems comes first. 1235 # The portable systems comes first.
1369 # Each alternative MUST END IN A *, to match a version number. 1236 # Each alternative MUST END IN A *, to match a version number.
1370 # -sysv* is not here because it comes later, after sysvr4. 1237 # -sysv* is not here because it comes later, after sysvr4.
1371 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ 1238 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1372 » | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -suno s[34]*\ 1239 » | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1373 » | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solari s* \ 1240 » | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1374 » | -sym* | -kopensolaris* | -plan9* \
1375 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ 1241 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1376 » | -aos* | -aros* \ 1242 » | -aos* \
1377 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ 1243 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1378 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ 1244 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1379 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ 1245 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1380 » | -bitrig* | -openbsd* | -solidbsd* \ 1246 » | -openbsd* | -solidbsd* \
1381 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ 1247 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1382 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ 1248 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1383 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 1249 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1384 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 1250 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1385 » | -chorusos* | -chorusrdb* | -cegcc* \ 1251 » | -chorusos* | -chorusrdb* \
1386 » | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 1252 » | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1387 » | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ 1253 » | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1388 » | -linux-newlib* | -linux-musl* | -linux-uclibc* \ 1254 » | -uxpv* | -beos* | -mpeix* | -udk* \
1389 » | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
1390 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ 1255 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1391 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ 1256 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1392 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ 1257 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1393 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ 1258 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1394 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 1259 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1395 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 1260 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1396 » | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirto s*) 1261 » | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1397 # Remember, each alternative MUST END IN *, to match a version number. 1262 # Remember, each alternative MUST END IN *, to match a version number.
1398 ;; 1263 ;;
1399 -qnx*) 1264 -qnx*)
1400 case $basic_machine in 1265 case $basic_machine in
1401 x86-* | i*86-*) 1266 x86-* | i*86-*)
1402 ;; 1267 ;;
1403 *) 1268 *)
1404 os=-nto$os 1269 os=-nto$os
1405 ;; 1270 ;;
1406 esac 1271 esac
(...skipping 18 matching lines...) Expand all
1425 ;; 1290 ;;
1426 -sunos5*) 1291 -sunos5*)
1427 os=`echo $os | sed -e 's|sunos5|solaris2|'` 1292 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1428 ;; 1293 ;;
1429 -sunos6*) 1294 -sunos6*)
1430 os=`echo $os | sed -e 's|sunos6|solaris3|'` 1295 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1431 ;; 1296 ;;
1432 -opened*) 1297 -opened*)
1433 os=-openedition 1298 os=-openedition
1434 ;; 1299 ;;
1435 » -os400*) 1300 -os400*)
1436 os=-os400 1301 os=-os400
1437 ;; 1302 ;;
1438 -wince*) 1303 -wince*)
1439 os=-wince 1304 os=-wince
1440 ;; 1305 ;;
1441 -osfrose*) 1306 -osfrose*)
1442 os=-osfrose 1307 os=-osfrose
1443 ;; 1308 ;;
1444 -osf*) 1309 -osf*)
1445 os=-osf 1310 os=-osf
(...skipping 28 matching lines...) Expand all
1474 -nsk*) 1339 -nsk*)
1475 os=-nsk 1340 os=-nsk
1476 ;; 1341 ;;
1477 # Preserve the version number of sinix5. 1342 # Preserve the version number of sinix5.
1478 -sinix5.*) 1343 -sinix5.*)
1479 os=`echo $os | sed -e 's|sinix|sysv|'` 1344 os=`echo $os | sed -e 's|sinix|sysv|'`
1480 ;; 1345 ;;
1481 -sinix*) 1346 -sinix*)
1482 os=-sysv4 1347 os=-sysv4
1483 ;; 1348 ;;
1484 » -tpf*) 1349 -tpf*)
1485 os=-tpf 1350 os=-tpf
1486 ;; 1351 ;;
1487 -triton*) 1352 -triton*)
1488 os=-sysv3 1353 os=-sysv3
1489 ;; 1354 ;;
1490 -oss*) 1355 -oss*)
1491 os=-sysv3 1356 os=-sysv3
1492 ;; 1357 ;;
1493 -svr4) 1358 -svr4)
1494 os=-sysv4 1359 os=-sysv4
(...skipping 15 matching lines...) Expand all
1510 ;; 1375 ;;
1511 -xenix) 1376 -xenix)
1512 os=-xenix 1377 os=-xenix
1513 ;; 1378 ;;
1514 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) 1379 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1515 os=-mint 1380 os=-mint
1516 ;; 1381 ;;
1517 -aros*) 1382 -aros*)
1518 os=-aros 1383 os=-aros
1519 ;; 1384 ;;
1385 -kaos*)
1386 os=-kaos
1387 ;;
1520 -zvmoe) 1388 -zvmoe)
1521 os=-zvmoe 1389 os=-zvmoe
1522 ;; 1390 ;;
1523 -dicos*)
1524 os=-dicos
1525 ;;
1526 -nacl*)
1527 ;;
1528 -none) 1391 -none)
1529 ;; 1392 ;;
1530 *) 1393 *)
1531 # Get rid of the `-' at the beginning of $os. 1394 # Get rid of the `-' at the beginning of $os.
1532 os=`echo $os | sed 's/[^-]*-//'` 1395 os=`echo $os | sed 's/[^-]*-//'`
1533 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 1396 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1534 exit 1 1397 exit 1
1535 ;; 1398 ;;
1536 esac 1399 esac
1537 else 1400 else
1538 1401
1539 # Here we handle the default operating systems that come with various machines. 1402 # Here we handle the default operating systems that come with various machines.
1540 # The value should be what the vendor currently ships out the door with their 1403 # The value should be what the vendor currently ships out the door with their
1541 # machine or put another way, the most popular os provided with the machine. 1404 # machine or put another way, the most popular os provided with the machine.
1542 1405
1543 # Note that if you're going to try to match "-MANUFACTURER" here (say, 1406 # Note that if you're going to try to match "-MANUFACTURER" here (say,
1544 # "-sun"), then you have to tell the case statement up towards the top 1407 # "-sun"), then you have to tell the case statement up towards the top
1545 # that MANUFACTURER isn't an operating system. Otherwise, code above 1408 # that MANUFACTURER isn't an operating system. Otherwise, code above
1546 # will signal an error saying that MANUFACTURER isn't an operating 1409 # will signal an error saying that MANUFACTURER isn't an operating
1547 # system, and we'll never get to this point. 1410 # system, and we'll never get to this point.
1548 1411
1549 case $basic_machine in 1412 case $basic_machine in
1550 » score-*) 1413 score-*)
1551 os=-elf 1414 os=-elf
1552 ;; 1415 ;;
1553 » spu-*) 1416 spu-*)
1554 os=-elf 1417 os=-elf
1555 ;; 1418 ;;
1556 *-acorn) 1419 *-acorn)
1557 os=-riscix1.2 1420 os=-riscix1.2
1558 ;; 1421 ;;
1559 arm*-rebel) 1422 arm*-rebel)
1560 os=-linux 1423 os=-linux
1561 ;; 1424 ;;
1562 arm*-semi) 1425 arm*-semi)
1563 os=-aout 1426 os=-aout
1564 ;; 1427 ;;
1565 » c4x-* | tic4x-*) 1428 c4x-* | tic4x-*)
1566 » » os=-coff 1429 » os=-coff
1567 » » ;;
1568 » c8051-*)
1569 » » os=-elf
1570 » » ;;
1571 » hexagon-*)
1572 » » os=-elf
1573 » » ;;
1574 » tic54x-*)
1575 » » os=-coff
1576 » » ;;
1577 » tic55x-*)
1578 » » os=-coff
1579 » » ;;
1580 » tic6x-*)
1581 » » os=-coff
1582 ;; 1430 ;;
1583 # This must come before the *-dec entry. 1431 # This must come before the *-dec entry.
1584 pdp10-*) 1432 pdp10-*)
1585 os=-tops20 1433 os=-tops20
1586 ;; 1434 ;;
1587 pdp11-*) 1435 pdp11-*)
1588 os=-none 1436 os=-none
1589 ;; 1437 ;;
1590 *-dec | vax-*) 1438 *-dec | vax-*)
1591 os=-ultrix4.2 1439 os=-ultrix4.2
1592 ;; 1440 ;;
1593 m68*-apollo) 1441 m68*-apollo)
1594 os=-domain 1442 os=-domain
1595 ;; 1443 ;;
1596 i386-sun) 1444 i386-sun)
1597 os=-sunos4.0.2 1445 os=-sunos4.0.2
1598 ;; 1446 ;;
1599 m68000-sun) 1447 m68000-sun)
1600 os=-sunos3 1448 os=-sunos3
1449 # This also exists in the configure program, but was not the
1450 # default.
1451 # os=-sunos4
1601 ;; 1452 ;;
1602 m68*-cisco) 1453 m68*-cisco)
1603 os=-aout 1454 os=-aout
1604 ;; 1455 ;;
1605 » mep-*) 1456 mep-*)
1606 os=-elf 1457 os=-elf
1607 ;; 1458 ;;
1608 mips*-cisco) 1459 mips*-cisco)
1609 os=-elf 1460 os=-elf
1610 ;; 1461 ;;
1611 mips*-*) 1462 mips*-*)
1612 os=-elf 1463 os=-elf
1613 ;; 1464 ;;
1614 or32-*) 1465 or32-*)
1615 os=-coff 1466 os=-coff
1616 ;; 1467 ;;
1617 *-tti) # must be before sparc entry or we get the wrong os. 1468 *-tti) # must be before sparc entry or we get the wrong os.
1618 os=-sysv3 1469 os=-sysv3
1619 ;; 1470 ;;
1620 sparc-* | *-sun) 1471 sparc-* | *-sun)
1621 os=-sunos4.1.1 1472 os=-sunos4.1.1
1622 ;; 1473 ;;
1623 *-be) 1474 *-be)
1624 os=-beos 1475 os=-beos
1625 ;; 1476 ;;
1626 *-haiku) 1477 *-haiku)
1627 os=-haiku 1478 os=-haiku
1628 ;; 1479 ;;
1629 *-ibm) 1480 *-ibm)
1630 os=-aix 1481 os=-aix
1631 ;; 1482 ;;
1632 » *-knuth) 1483 » *-knuth)
1633 os=-mmixware 1484 os=-mmixware
1634 ;; 1485 ;;
1635 *-wec) 1486 *-wec)
1636 os=-proelf 1487 os=-proelf
1637 ;; 1488 ;;
1638 *-winbond) 1489 *-winbond)
1639 os=-proelf 1490 os=-proelf
1640 ;; 1491 ;;
1641 *-oki) 1492 *-oki)
1642 os=-proelf 1493 os=-proelf
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 vendor=unknown 1578 vendor=unknown
1728 case $basic_machine in 1579 case $basic_machine in
1729 *-unknown) 1580 *-unknown)
1730 case $os in 1581 case $os in
1731 -riscix*) 1582 -riscix*)
1732 vendor=acorn 1583 vendor=acorn
1733 ;; 1584 ;;
1734 -sunos*) 1585 -sunos*)
1735 vendor=sun 1586 vendor=sun
1736 ;; 1587 ;;
1737 » » » -cnk*|-aix*) 1588 » » » -aix*)
1738 vendor=ibm 1589 vendor=ibm
1739 ;; 1590 ;;
1740 -beos*) 1591 -beos*)
1741 vendor=be 1592 vendor=be
1742 ;; 1593 ;;
1743 -hpux*) 1594 -hpux*)
1744 vendor=hp 1595 vendor=hp
1745 ;; 1596 ;;
1746 -mpeix*) 1597 -mpeix*)
1747 vendor=hp 1598 vendor=hp
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1798 1649
1799 echo $basic_machine$os 1650 echo $basic_machine$os
1800 exit 1651 exit
1801 1652
1802 # Local variables: 1653 # Local variables:
1803 # eval: (add-hook 'write-file-hooks 'time-stamp) 1654 # eval: (add-hook 'write-file-hooks 'time-stamp)
1804 # time-stamp-start: "timestamp='" 1655 # time-stamp-start: "timestamp='"
1805 # time-stamp-format: "%:y-%02m-%02d" 1656 # time-stamp-format: "%:y-%02m-%02d"
1806 # time-stamp-end: "'" 1657 # time-stamp-end: "'"
1807 # End: 1658 # End:
OLDNEW
« no previous file with comments | « config.guess ('k') | config.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698