~ubuntu-branches/ubuntu/maverick/kakasi/maverick

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Keita Maehara
  • Date: 2010-03-21 15:27:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100321152739-f6qx1m9nfln7m3p1
Tags: 2.3.5~pre1+cvs20071101-1
* Maintainer release.
* New upstream snapshot (Closes: #184286, #162890, #273249, #273250,
  #545045).
* Updated Standards-Version to 3.8.4.
* Switch to dpkg-source 3.0 (quilt) format.
* Switch to debhelper 7.
* Updated references to the upstream URL.
* Now libkakasi2-dev is in section libdevel.
* Removed symlinks to undocumented(7).
* Added missing upstream docs.
* Moved kakasi-config to libkakasi2-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Configuration validation subroutine script.
3
 
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
4
5
#   Free Software Foundation, Inc.
5
6
 
6
 
timestamp='2001-04-20'
 
7
timestamp='2010-01-22'
7
8
 
8
9
# This file is (in principle) common to ALL GNU software.
9
10
# The presence of a machine in this file suggests that SOME GNU software
21
22
#
22
23
# You should have received a copy of the GNU General Public License
23
24
# along with this program; if not, write to the Free Software
24
 
# Foundation, Inc., 59 Temple Place - Suite 330,
25
 
# Boston, MA 02111-1307, USA.
26
 
 
 
25
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
 
26
# 02110-1301, USA.
 
27
#
27
28
# As a special exception to the GNU General Public License, if you
28
29
# distribute this file as part of a program that contains a
29
30
# configuration script generated by Autoconf, you may include it under
30
31
# the same distribution terms that you use for the rest of that program.
31
32
 
32
 
# Please send patches to <config-patches@gnu.org>.
 
33
 
 
34
# Please send patches to <config-patches@gnu.org>.  Submit a context
 
35
# diff and a properly formatted GNU ChangeLog entry.
33
36
#
34
37
# Configuration subroutine to validate and canonicalize a configuration type.
35
38
# Supply the specified configuration type as an argument.
36
39
# If it is invalid, we print an error message on stderr and exit with code 1.
37
40
# Otherwise, we print the canonical config type on stdout and succeed.
38
41
 
 
42
# You can get the latest version of this script from:
 
43
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
 
44
 
39
45
# This file is supposed to be the same for all GNU packages
40
46
# and recognize all the CPU types, system types and aliases
41
47
# that are meaningful with *any* GNU software.
69
75
version="\
70
76
GNU config.sub ($timestamp)
71
77
 
72
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
73
 
Free Software Foundation, Inc.
 
78
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
 
79
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
 
80
Software Foundation, Inc.
74
81
 
75
82
This is free software; see the source for copying conditions.  There is NO
76
83
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
82
89
while test $# -gt 0 ; do
83
90
  case $1 in
84
91
    --time-stamp | --time* | -t )
85
 
       echo "$timestamp" ; exit 0 ;;
 
92
       echo "$timestamp" ; exit ;;
86
93
    --version | -v )
87
 
       echo "$version" ; exit 0 ;;
 
94
       echo "$version" ; exit ;;
88
95
    --help | --h* | -h )
89
 
       echo "$usage"; exit 0 ;;
 
96
       echo "$usage"; exit ;;
90
97
    -- )     # Stop option processing
91
98
       shift; break ;;
92
99
    - ) # Use stdin as input.
98
105
    *local*)
99
106
       # First pass through any local machine types.
100
107
       echo $1
101
 
       exit 0;;
 
108
       exit ;;
102
109
 
103
110
    * )
104
111
       break ;;
117
124
# Here we must recognize all the valid KERNEL-OS combinations.
118
125
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
119
126
case $maybe_os in
120
 
  nto-qnx* | linux-gnu* | storm-chaos* | os2-emx*)
 
127
  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
 
128
  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
 
129
  kopensolaris*-gnu* | \
 
130
  storm-chaos* | os2-emx* | rtmk-nova*)
121
131
    os=-$maybe_os
122
132
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
123
133
    ;;
143
153
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
144
154
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
145
155
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
146
 
        -apple | -axis)
 
156
        -apple | -axis | -knuth | -cray | -microblaze)
147
157
                os=
148
158
                basic_machine=$1
149
159
                ;;
 
160
        -bluegene*)
 
161
                os=-cnk
 
162
                ;;
150
163
        -sim | -cisco | -oki | -wec | -winbond)
151
164
                os=
152
165
                basic_machine=$1
157
170
                os=-vxworks
158
171
                basic_machine=$1
159
172
                ;;
 
173
        -chorusos*)
 
174
                os=-chorusos
 
175
                basic_machine=$1
 
176
                ;;
 
177
        -chorusrdb)
 
178
                os=-chorusrdb
 
179
                basic_machine=$1
 
180
                ;;
160
181
        -hiux*)
161
182
                os=-hiuxwe2
162
183
                ;;
 
184
        -sco6)
 
185
                os=-sco5v6
 
186
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
187
                ;;
163
188
        -sco5)
164
189
                os=-sco3.2v5
165
190
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
176
201
                # Don't forget version if it is 3.2v4 or newer.
177
202
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
178
203
                ;;
 
204
        -sco5v6*)
 
205
                # Don't forget version if it is 3.2v4 or newer.
 
206
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
207
                ;;
179
208
        -sco*)
180
209
                os=-sco3.2v2
181
210
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
215
244
case $basic_machine in
216
245
        # Recognize the basic CPU types without company name.
217
246
        # Some are omitted here because they have special meanings below.
218
 
        tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc \
219
 
                | arm | arme[lb] | arm[bl]e | armv[2345] | armv[345][lb] | strongarm | xscale \
220
 
                | pyramid | mn10200 | mn10300 | tron | a29k \
221
 
                | 580 | i960 | h8300 \
222
 
                | x86 | ppcbe | mipsbe | mipsle | shbe | shle \
223
 
                | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
224
 
                | hppa64 \
225
 
                | alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \
226
 
                | alphaev6[78] \
227
 
                | we32k | ns16k | clipper | i370 | sh | sh[34] \
228
 
                | powerpc | powerpcle \
229
 
                | 1750a | dsp16xx | pdp10 | pdp11 \
230
 
                | mips16 | mips64 | mipsel | mips64el \
231
 
                | mips64orion | mips64orionel | mipstx39 | mipstx39el \
232
 
                | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
233
 
                | mips64vr5000 | miprs64vr5000el | mcore | s390 | s390x \
234
 
                | sparc | sparclet | sparclite | sparc64 | sparcv9 | sparcv9b \
235
 
                | v850 | c4x \
236
 
                | thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \
237
 
                | pj | pjl | h8500)
 
247
        1750a | 580 \
 
248
        | a29k \
 
249
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
 
250
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
 
251
        | am33_2.0 \
 
252
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
 
253
        | bfin \
 
254
        | c4x | clipper \
 
255
        | d10v | d30v | dlx | dsp16xx \
 
256
        | fido | fr30 | frv \
 
257
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 
258
        | i370 | i860 | i960 | ia64 \
 
259
        | ip2k | iq2000 \
 
260
        | lm32 \
 
261
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
 
262
        | maxq | mb | microblaze | mcore | mep | metag \
 
263
        | mips | mipsbe | mipseb | mipsel | mipsle \
 
264
        | mips16 \
 
265
        | mips64 | mips64el \
 
266
        | mips64octeon | mips64octeonel \
 
267
        | mips64orion | mips64orionel \
 
268
        | mips64r5900 | mips64r5900el \
 
269
        | mips64vr | mips64vrel \
 
270
        | mips64vr4100 | mips64vr4100el \
 
271
        | mips64vr4300 | mips64vr4300el \
 
272
        | mips64vr5000 | mips64vr5000el \
 
273
        | mips64vr5900 | mips64vr5900el \
 
274
        | mipsisa32 | mipsisa32el \
 
275
        | mipsisa32r2 | mipsisa32r2el \
 
276
        | mipsisa64 | mipsisa64el \
 
277
        | mipsisa64r2 | mipsisa64r2el \
 
278
        | mipsisa64sb1 | mipsisa64sb1el \
 
279
        | mipsisa64sr71k | mipsisa64sr71kel \
 
280
        | mipstx39 | mipstx39el \
 
281
        | mn10200 | mn10300 \
 
282
        | moxie \
 
283
        | mt \
 
284
        | msp430 \
 
285
        | nios | nios2 \
 
286
        | ns16k | ns32k \
 
287
        | or32 \
 
288
        | pdp10 | pdp11 | pj | pjl \
 
289
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
 
290
        | pyramid \
 
291
        | rx \
 
292
        | score \
 
293
        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 
294
        | sh64 | sh64le \
 
295
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
 
296
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
 
297
        | spu | strongarm \
 
298
        | tahoe | thumb | tic4x | tic80 | tron \
 
299
        | ubicom32 \
 
300
        | v850 | v850e \
 
301
        | we32k \
 
302
        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
 
303
        | z8k | z80)
238
304
                basic_machine=$basic_machine-unknown
239
305
                ;;
240
 
        m6811 | m68hc11 | m6812 | m68hc12)
 
306
        m6811 | m68hc11 | m6812 | m68hc12 | picochip)
241
307
                # Motorola 68HC11/12.
242
308
                basic_machine=$basic_machine-unknown
243
309
                os=-none
244
310
                ;;
245
 
        m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | w65)
 
311
        m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
 
312
                ;;
 
313
        ms1)
 
314
                basic_machine=mt-unknown
246
315
                ;;
247
316
 
248
317
        # We use `pc' rather than `unknown'
257
326
                exit 1
258
327
                ;;
259
328
        # Recognize the basic CPU types with company name.
260
 
        # FIXME: clean up the formatting here.
261
 
        vax-* | tahoe-* | i*86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
262
 
              | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | c[123]* \
263
 
              | arm-*  | armbe-* | armle-* | armv*-* | strongarm-* | xscale-* \
264
 
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
265
 
              | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \
266
 
              | xmp-* | ymp-* \
267
 
              | x86-* | ppcbe-* | mipsbe-* | mipsle-* | shbe-* | shle-* \
268
 
              | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* \
269
 
              | hppa2.0n-* | hppa64-* \
270
 
              | alpha-* | alphaev[4-8]-* | alphaev56-* | alphapca5[67]-* \
271
 
              | alphaev6[78]-* \
272
 
              | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \
273
 
              | clipper-* | orion-* \
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-* \
279
 
              | mipstx39-* | mipstx39el-* | mcore-* \
280
 
              | f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \
281
 
              | [cjt]90-* \
282
 
              | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
283
 
              | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \
284
 
              | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-*)
 
329
        580-* \
 
330
        | a29k-* \
 
331
        | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
 
332
        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
 
333
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
 
334
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
 
335
        | avr-* | avr32-* \
 
336
        | bfin-* | bs2000-* \
 
337
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
 
338
        | clipper-* | craynv-* | cydra-* \
 
339
        | d10v-* | d30v-* | dlx-* \
 
340
        | elxsi-* \
 
341
        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
 
342
        | h8300-* | h8500-* \
 
343
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
 
344
        | i*86-* | i860-* | i960-* | ia64-* \
 
345
        | ip2k-* | iq2000-* \
 
346
        | lm32-* \
 
347
        | m32c-* | m32r-* | m32rle-* \
 
348
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
 
349
        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
 
350
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
 
351
        | mips16-* \
 
352
        | mips64-* | mips64el-* \
 
353
        | mips64octeon-* | mips64octeonel-* \
 
354
        | mips64orion-* | mips64orionel-* \
 
355
        | mips64r5900-* | mips64r5900el-* \
 
356
        | mips64vr-* | mips64vrel-* \
 
357
        | mips64vr4100-* | mips64vr4100el-* \
 
358
        | mips64vr4300-* | mips64vr4300el-* \
 
359
        | mips64vr5000-* | mips64vr5000el-* \
 
360
        | mips64vr5900-* | mips64vr5900el-* \
 
361
        | mipsisa32-* | mipsisa32el-* \
 
362
        | mipsisa32r2-* | mipsisa32r2el-* \
 
363
        | mipsisa64-* | mipsisa64el-* \
 
364
        | mipsisa64r2-* | mipsisa64r2el-* \
 
365
        | mipsisa64sb1-* | mipsisa64sb1el-* \
 
366
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
 
367
        | mipstx39-* | mipstx39el-* \
 
368
        | mmix-* \
 
369
        | mt-* \
 
370
        | msp430-* \
 
371
        | nios-* | nios2-* \
 
372
        | none-* | np1-* | ns16k-* | ns32k-* \
 
373
        | orion-* \
 
374
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
 
375
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
 
376
        | pyramid-* \
 
377
        | romp-* | rs6000-* | rx-* \
 
378
        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 
379
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
 
380
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
 
381
        | sparclite-* \
 
382
        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
 
383
        | tahoe-* | thumb-* \
 
384
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
 
385
        | tile-* | tilegx-* \
 
386
        | tron-* \
 
387
        | ubicom32-* \
 
388
        | v850-* | v850e-* | vax-* \
 
389
        | we32k-* \
 
390
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
 
391
        | xstormy16-* | xtensa*-* \
 
392
        | ymp-* \
 
393
        | z8k-* | z80-*)
 
394
                ;;
 
395
        # Recognize the basic CPU types without company name, with glob match.
 
396
        xtensa*)
 
397
                basic_machine=$basic_machine-unknown
285
398
                ;;
286
399
        # Recognize the various machine names and aliases which stand
287
400
        # for a CPU type and a company and sometimes even an OS.
299
412
                basic_machine=a29k-amd
300
413
                os=-udi
301
414
                ;;
 
415
        abacus)
 
416
                basic_machine=abacus-unknown
 
417
                ;;
302
418
        adobe68k)
303
419
                basic_machine=m68010-adobe
304
420
                os=-scout
313
429
                basic_machine=a29k-none
314
430
                os=-bsd
315
431
                ;;
 
432
        amd64)
 
433
                basic_machine=x86_64-pc
 
434
                ;;
 
435
        amd64-*)
 
436
                basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
 
437
                ;;
316
438
        amdahl)
317
439
                basic_machine=580-amdahl
318
440
                os=-sysv
336
458
                basic_machine=m68k-apollo
337
459
                os=-bsd
338
460
                ;;
 
461
        aros)
 
462
                basic_machine=i386-pc
 
463
                os=-aros
 
464
                ;;
339
465
        aux)
340
466
                basic_machine=m68k-apple
341
467
                os=-aux
344
470
                basic_machine=ns32k-sequent
345
471
                os=-dynix
346
472
                ;;
 
473
        blackfin)
 
474
                basic_machine=bfin-unknown
 
475
                os=-linux
 
476
                ;;
 
477
        blackfin-*)
 
478
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
 
479
                os=-linux
 
480
                ;;
 
481
        bluegene*)
 
482
                basic_machine=powerpc-ibm
 
483
                os=-cnk
 
484
                ;;
 
485
        c90)
 
486
                basic_machine=c90-cray
 
487
                os=-unicos
 
488
                ;;
 
489
        cegcc)
 
490
                basic_machine=arm-unknown
 
491
                os=-cegcc
 
492
                ;;
347
493
        convex-c1)
348
494
                basic_machine=c1-convex
349
495
                os=-bsd
364
510
                basic_machine=c38-convex
365
511
                os=-bsd
366
512
                ;;
367
 
        cray | ymp)
368
 
                basic_machine=ymp-cray
369
 
                os=-unicos
370
 
                ;;
371
 
        cray2)
372
 
                basic_machine=cray2-cray
373
 
                os=-unicos
374
 
                ;;
375
 
        [cjt]90)
376
 
                basic_machine=${basic_machine}-cray
377
 
                os=-unicos
 
513
        cray | j90)
 
514
                basic_machine=j90-cray
 
515
                os=-unicos
 
516
                ;;
 
517
        craynv)
 
518
                basic_machine=craynv-cray
 
519
                os=-unicosmp
 
520
                ;;
 
521
        cr16)
 
522
                basic_machine=cr16-unknown
 
523
                os=-elf
378
524
                ;;
379
525
        crds | unos)
380
526
                basic_machine=m68k-crds
381
527
                ;;
 
528
        crisv32 | crisv32-* | etraxfs*)
 
529
                basic_machine=crisv32-axis
 
530
                ;;
382
531
        cris | cris-* | etrax*)
383
532
                basic_machine=cris-axis
384
533
                ;;
 
534
        crx)
 
535
                basic_machine=crx-unknown
 
536
                os=-elf
 
537
                ;;
385
538
        da30 | da30-*)
386
539
                basic_machine=m68k-da30
387
540
                ;;
388
541
        decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
389
542
                basic_machine=mips-dec
390
543
                ;;
 
544
        decsystem10* | dec10*)
 
545
                basic_machine=pdp10-dec
 
546
                os=-tops10
 
547
                ;;
 
548
        decsystem20* | dec20*)
 
549
                basic_machine=pdp10-dec
 
550
                os=-tops20
 
551
                ;;
391
552
        delta | 3300 | motorola-3300 | motorola-delta \
392
553
              | 3300-motorola | delta-motorola)
393
554
                basic_machine=m68k-motorola
396
557
                basic_machine=m88k-motorola
397
558
                os=-sysv3
398
559
                ;;
 
560
        dicos)
 
561
                basic_machine=i686-pc
 
562
                os=-dicos
 
563
                ;;
 
564
        djgpp)
 
565
                basic_machine=i586-pc
 
566
                os=-msdosdjgpp
 
567
                ;;
399
568
        dpx20 | dpx20-*)
400
569
                basic_machine=rs6000-bull
401
570
                os=-bosx
546
715
                basic_machine=m68k-isi
547
716
                os=-sysv
548
717
                ;;
 
718
        m68knommu)
 
719
                basic_machine=m68k-unknown
 
720
                os=-linux
 
721
                ;;
 
722
        m68knommu-*)
 
723
                basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
 
724
                os=-linux
 
725
                ;;
549
726
        m88k-omron*)
550
727
                basic_machine=m88k-omron
551
728
                ;;
557
734
                basic_machine=ns32k-utek
558
735
                os=-sysv
559
736
                ;;
 
737
        microblaze)
 
738
                basic_machine=microblaze-xilinx
 
739
                ;;
560
740
        mingw32)
561
741
                basic_machine=i386-pc
562
742
                os=-mingw32
563
743
                ;;
 
744
        mingw32ce)
 
745
                basic_machine=arm-unknown
 
746
                os=-mingw32ce
 
747
                ;;
564
748
        miniframe)
565
749
                basic_machine=m68000-convergent
566
750
                ;;
568
752
                basic_machine=m68k-atari
569
753
                os=-mint
570
754
                ;;
571
 
        mipsel*-linux*)
572
 
                basic_machine=mipsel-unknown
573
 
                os=-linux-gnu
574
 
                ;;
575
 
        mips*-linux*)
576
 
                basic_machine=mips-unknown
577
 
                os=-linux-gnu
578
 
                ;;
579
755
        mips3*-*)
580
756
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
581
757
                ;;
582
758
        mips3*)
583
759
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
584
760
                ;;
585
 
        mmix*)
586
 
                basic_machine=mmix-knuth
587
 
                os=-mmixware
588
 
                ;;
589
761
        monitor)
590
762
                basic_machine=m68k-rom68k
591
763
                os=-coff
592
764
                ;;
 
765
        morphos)
 
766
                basic_machine=powerpc-unknown
 
767
                os=-morphos
 
768
                ;;
593
769
        msdos)
594
770
                basic_machine=i386-pc
595
771
                os=-msdos
596
772
                ;;
 
773
        ms1-*)
 
774
                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
 
775
                ;;
597
776
        mvs)
598
777
                basic_machine=i370-ibm
599
778
                os=-mvs
669
848
                basic_machine=hppa1.1-oki
670
849
                os=-proelf
671
850
                ;;
 
851
        openrisc | openrisc-*)
 
852
                basic_machine=or32-unknown
 
853
                ;;
 
854
        os400)
 
855
                basic_machine=powerpc-ibm
 
856
                os=-os400
 
857
                ;;
672
858
        OSE68000 | ose68000)
673
859
                basic_machine=m68000-ericsson
674
860
                os=-ose
685
871
                basic_machine=i860-intel
686
872
                os=-osf
687
873
                ;;
 
874
        parisc)
 
875
                basic_machine=hppa-unknown
 
876
                os=-linux
 
877
                ;;
 
878
        parisc-*)
 
879
                basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
 
880
                os=-linux
 
881
                ;;
688
882
        pbd)
689
883
                basic_machine=sparc-tti
690
884
                ;;
691
885
        pbb)
692
886
                basic_machine=m68k-tti
693
887
                ;;
694
 
        pc532 | pc532-*)
 
888
        pc532 | pc532-*)
695
889
                basic_machine=ns32k-pc532
696
890
                ;;
697
 
        pentium | p5 | k5 | k6 | nexgen)
 
891
        pc98)
 
892
                basic_machine=i386-pc
 
893
                ;;
 
894
        pc98-*)
 
895
                basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
 
896
                ;;
 
897
        pentium | p5 | k5 | k6 | nexgen | viac3)
698
898
                basic_machine=i586-pc
699
899
                ;;
700
 
        pentiumpro | p6 | 6x86 | athlon)
701
 
                basic_machine=i686-pc
702
 
                ;;
703
 
        pentiumii | pentium2)
704
 
                basic_machine=i686-pc
705
 
                ;;
706
 
        pentium-* | p5-* | k5-* | k6-* | nexgen-*)
 
900
        pentiumpro | p6 | 6x86 | athlon | athlon_*)
 
901
                basic_machine=i686-pc
 
902
                ;;
 
903
        pentiumii | pentium2 | pentiumiii | pentium3)
 
904
                basic_machine=i686-pc
 
905
                ;;
 
906
        pentium4)
 
907
                basic_machine=i786-pc
 
908
                ;;
 
909
        pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
707
910
                basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
708
911
                ;;
709
912
        pentiumpro-* | p6-* | 6x86-* | athlon-*)
710
913
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
711
914
                ;;
712
 
        pentiumii-* | pentium2-*)
 
915
        pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
713
916
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
714
917
                ;;
 
918
        pentium4-*)
 
919
                basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
 
920
                ;;
715
921
        pn)
716
922
                basic_machine=pn-gould
717
923
                ;;
718
924
        power)  basic_machine=power-ibm
719
925
                ;;
720
926
        ppc)    basic_machine=powerpc-unknown
721
 
                ;;
 
927
                ;;
722
928
        ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
723
929
                ;;
724
930
        ppcle | powerpclittle | ppc-le | powerpc-little)
725
931
                basic_machine=powerpcle-unknown
726
 
                ;;
 
932
                ;;
727
933
        ppcle-* | powerpclittle-*)
728
934
                basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
729
935
                ;;
 
936
        ppc64)  basic_machine=powerpc64-unknown
 
937
                ;;
 
938
        ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
 
939
                ;;
 
940
        ppc64le | powerpc64little | ppc64-le | powerpc64-little)
 
941
                basic_machine=powerpc64le-unknown
 
942
                ;;
 
943
        ppc64le-* | powerpc64little-*)
 
944
                basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
 
945
                ;;
730
946
        ps2)
731
947
                basic_machine=i386-ibm
732
948
                ;;
734
950
                basic_machine=i586-unknown
735
951
                os=-pw32
736
952
                ;;
 
953
        rdos)
 
954
                basic_machine=i386-pc
 
955
                os=-rdos
 
956
                ;;
737
957
        rom68k)
738
958
                basic_machine=m68k-rom68k
739
959
                os=-coff
744
964
        rtpc | rtpc-*)
745
965
                basic_machine=romp-ibm
746
966
                ;;
 
967
        s390 | s390-*)
 
968
                basic_machine=s390-ibm
 
969
                ;;
 
970
        s390x | s390x-*)
 
971
                basic_machine=s390x-ibm
 
972
                ;;
747
973
        sa29200)
748
974
                basic_machine=a29k-amd
749
975
                os=-udi
750
976
                ;;
 
977
        sb1)
 
978
                basic_machine=mipsisa64sb1-unknown
 
979
                ;;
 
980
        sb1el)
 
981
                basic_machine=mipsisa64sb1el-unknown
 
982
                ;;
 
983
        sde)
 
984
                basic_machine=mipsisa32-sde
 
985
                os=-elf
 
986
                ;;
 
987
        sei)
 
988
                basic_machine=mips-sei
 
989
                os=-seiux
 
990
                ;;
751
991
        sequent)
752
992
                basic_machine=i386-sequent
753
993
                ;;
755
995
                basic_machine=sh-hitachi
756
996
                os=-hms
757
997
                ;;
758
 
        sparclite-wrs)
 
998
        sh5el)
 
999
                basic_machine=sh5le-unknown
 
1000
                ;;
 
1001
        sh64)
 
1002
                basic_machine=sh64-unknown
 
1003
                ;;
 
1004
        sparclite-wrs | simso-wrs)
759
1005
                basic_machine=sparclite-wrs
760
1006
                os=-vxworks
761
1007
                ;;
822
1068
                os=-dynix
823
1069
                ;;
824
1070
        t3e)
825
 
                basic_machine=t3e-cray
 
1071
                basic_machine=alphaev5-cray
 
1072
                os=-unicos
 
1073
                ;;
 
1074
        t90)
 
1075
                basic_machine=t90-cray
826
1076
                os=-unicos
827
1077
                ;;
828
1078
        tic54x | c54x*)
829
1079
                basic_machine=tic54x-unknown
830
1080
                os=-coff
831
1081
                ;;
 
1082
        tic55x | c55x*)
 
1083
                basic_machine=tic55x-unknown
 
1084
                os=-coff
 
1085
                ;;
 
1086
        tic6x | c6x*)
 
1087
                basic_machine=tic6x-unknown
 
1088
                os=-coff
 
1089
                ;;
 
1090
        # This must be matched before tile*.
 
1091
        tilegx*)
 
1092
                basic_machine=tilegx-unknown
 
1093
                os=-linux-gnu
 
1094
                ;;
 
1095
        tile*)
 
1096
                basic_machine=tile-unknown
 
1097
                os=-linux-gnu
 
1098
                ;;
832
1099
        tx39)
833
1100
                basic_machine=mipstx39-unknown
834
1101
                ;;
835
1102
        tx39el)
836
1103
                basic_machine=mipstx39el-unknown
837
1104
                ;;
 
1105
        toad1)
 
1106
                basic_machine=pdp10-xkl
 
1107
                os=-tops20
 
1108
                ;;
838
1109
        tower | tower-32)
839
1110
                basic_machine=m68k-ncr
840
1111
                ;;
 
1112
        tpf)
 
1113
                basic_machine=s390x-ibm
 
1114
                os=-tpf
 
1115
                ;;
841
1116
        udi29k)
842
1117
                basic_machine=a29k-amd
843
1118
                os=-udi
859
1134
                os=-vms
860
1135
                ;;
861
1136
        vpp*|vx|vx-*)
862
 
               basic_machine=f301-fujitsu
863
 
               ;;
 
1137
                basic_machine=f301-fujitsu
 
1138
                ;;
864
1139
        vxworks960)
865
1140
                basic_machine=i960-wrs
866
1141
                os=-vxworks
881
1156
                basic_machine=hppa1.1-winbond
882
1157
                os=-proelf
883
1158
                ;;
884
 
        xmp)
885
 
                basic_machine=xmp-cray
886
 
                os=-unicos
 
1159
        xbox)
 
1160
                basic_machine=i686-pc
 
1161
                os=-mingw32
887
1162
                ;;
888
 
        xps | xps100)
 
1163
        xps | xps100)
889
1164
                basic_machine=xps100-honeywell
890
1165
                ;;
 
1166
        ymp)
 
1167
                basic_machine=ymp-cray
 
1168
                os=-unicos
 
1169
                ;;
891
1170
        z8k-*-coff)
892
1171
                basic_machine=z8k-unknown
893
1172
                os=-sim
894
1173
                ;;
 
1174
        z80-*-coff)
 
1175
                basic_machine=z80-unknown
 
1176
                os=-sim
 
1177
                ;;
895
1178
        none)
896
1179
                basic_machine=none-none
897
1180
                os=-none
908
1191
        op60c)
909
1192
                basic_machine=hppa1.1-oki
910
1193
                ;;
911
 
        mips)
912
 
                if [ x$os = x-linux-gnu ]; then
913
 
                        basic_machine=mips-unknown
914
 
                else
915
 
                        basic_machine=mips-mips
916
 
                fi
917
 
                ;;
918
1194
        romp)
919
1195
                basic_machine=romp-ibm
920
1196
                ;;
 
1197
        mmix)
 
1198
                basic_machine=mmix-knuth
 
1199
                ;;
921
1200
        rs6000)
922
1201
                basic_machine=rs6000-ibm
923
1202
                ;;
934
1213
        we32k)
935
1214
                basic_machine=we32k-att
936
1215
                ;;
937
 
        sh3 | sh4)
 
1216
        sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
938
1217
                basic_machine=sh-unknown
939
1218
                ;;
940
 
        sparc | sparcv9 | sparcv9b)
 
1219
        sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
941
1220
                basic_machine=sparc-sun
942
1221
                ;;
943
 
        cydra)
 
1222
        cydra)
944
1223
                basic_machine=cydra-cydrome
945
1224
                ;;
946
1225
        orion)
955
1234
        pmac | pmac-mpw)
956
1235
                basic_machine=powerpc-apple
957
1236
                ;;
958
 
        c4x*)
959
 
                basic_machine=c4x-none
960
 
                os=-coff
961
 
                ;;
962
1237
        *-unknown)
963
1238
                # Make sure to match an already-canonicalized machine name.
964
1239
                ;;
988
1263
        # First match some system type aliases
989
1264
        # that might get confused with valid system types.
990
1265
        # -solaris* is a basic system type, with this one exception.
 
1266
        -auroraux)
 
1267
                os=-auroraux
 
1268
                ;;
991
1269
        -solaris1 | -solaris1.*)
992
1270
                os=`echo $os | sed -e 's|solaris1|sunos4|'`
993
1271
                ;;
1008
1286
        # Each alternative MUST END IN A *, to match a version number.
1009
1287
        # -sysv* is not here because it comes later, after sysvr4.
1010
1288
        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1011
 
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1012
 
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
 
1289
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
 
1290
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
 
1291
              | -sym* | -kopensolaris* \
1013
1292
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1014
 
              | -aos* \
 
1293
              | -aos* | -aros* \
1015
1294
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1016
1295
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1017
 
              | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
1018
 
              | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 
1296
              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
 
1297
              | -openbsd* | -solidbsd* \
 
1298
              | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
 
1299
              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1019
1300
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1020
1301
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
 
1302
              | -chorusos* | -chorusrdb* | -cegcc* \
1021
1303
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1022
 
              | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
1023
 
              | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
 
1304
              | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
 
1305
              | -uxpv* | -beos* | -mpeix* | -udk* \
 
1306
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1024
1307
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1025
 
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -os2*)
 
1308
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
 
1309
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
 
1310
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
 
1311
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
 
1312
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
1026
1313
        # Remember, each alternative MUST END IN *, to match a version number.
1027
1314
                ;;
1028
1315
        -qnx*)
1034
1321
                        ;;
1035
1322
                esac
1036
1323
                ;;
 
1324
        -nto-qnx*)
 
1325
                ;;
1037
1326
        -nto*)
1038
 
                os=-nto-qnx
 
1327
                os=`echo $os | sed -e 's|nto|nto-qnx|'`
1039
1328
                ;;
1040
1329
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1041
 
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
 
1330
              | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
1042
1331
              | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1043
1332
                ;;
1044
1333
        -mac*)
1045
1334
                os=`echo $os | sed -e 's|mac|macos|'`
1046
1335
                ;;
 
1336
        -linux-dietlibc)
 
1337
                os=-linux-dietlibc
 
1338
                ;;
1047
1339
        -linux*)
1048
1340
                os=`echo $os | sed -e 's|linux|linux-gnu|'`
1049
1341
                ;;
1056
1348
        -opened*)
1057
1349
                os=-openedition
1058
1350
                ;;
 
1351
        -os400*)
 
1352
                os=-os400
 
1353
                ;;
1059
1354
        -wince*)
1060
1355
                os=-wince
1061
1356
                ;;
1074
1369
        -acis*)
1075
1370
                os=-aos
1076
1371
                ;;
 
1372
        -atheos*)
 
1373
                os=-atheos
 
1374
                ;;
 
1375
        -syllable*)
 
1376
                os=-syllable
 
1377
                ;;
1077
1378
        -386bsd)
1078
1379
                os=-bsd
1079
1380
                ;;
1080
1381
        -ctix* | -uts*)
1081
1382
                os=-sysv
1082
1383
                ;;
 
1384
        -nova*)
 
1385
                os=-rtmk-nova
 
1386
                ;;
1083
1387
        -ns2 )
1084
 
                os=-nextstep2
 
1388
                os=-nextstep2
1085
1389
                ;;
1086
1390
        -nsk*)
1087
1391
                os=-nsk
1093
1397
        -sinix*)
1094
1398
                os=-sysv4
1095
1399
                ;;
 
1400
        -tpf*)
 
1401
                os=-tpf
 
1402
                ;;
1096
1403
        -triton*)
1097
1404
                os=-sysv3
1098
1405
                ;;
1120
1427
        -xenix)
1121
1428
                os=-xenix
1122
1429
                ;;
1123
 
        -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1124
 
                os=-mint
1125
 
                ;;
 
1430
        -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
 
1431
                os=-mint
 
1432
                ;;
 
1433
        -aros*)
 
1434
                os=-aros
 
1435
                ;;
 
1436
        -kaos*)
 
1437
                os=-kaos
 
1438
                ;;
 
1439
        -zvmoe)
 
1440
                os=-zvmoe
 
1441
                ;;
 
1442
        -dicos*)
 
1443
                os=-dicos
 
1444
                ;;
 
1445
        -nacl*)
 
1446
                ;;
1126
1447
        -none)
1127
1448
                ;;
1128
1449
        *)
1145
1466
# system, and we'll never get to this point.
1146
1467
 
1147
1468
case $basic_machine in
 
1469
        score-*)
 
1470
                os=-elf
 
1471
                ;;
 
1472
        spu-*)
 
1473
                os=-elf
 
1474
                ;;
1148
1475
        *-acorn)
1149
1476
                os=-riscix1.2
1150
1477
                ;;
1154
1481
        arm*-semi)
1155
1482
                os=-aout
1156
1483
                ;;
 
1484
        c4x-* | tic4x-*)
 
1485
                os=-coff
 
1486
                ;;
 
1487
        # This must come before the *-dec entry.
1157
1488
        pdp10-*)
1158
1489
                os=-tops20
1159
1490
                ;;
1160
 
        pdp11-*)
 
1491
        pdp11-*)
1161
1492
                os=-none
1162
1493
                ;;
1163
1494
        *-dec | vax-*)
1178
1509
        m68*-cisco)
1179
1510
                os=-aout
1180
1511
                ;;
 
1512
        mep-*)
 
1513
                os=-elf
 
1514
                ;;
1181
1515
        mips*-cisco)
1182
1516
                os=-elf
1183
1517
                ;;
1184
1518
        mips*-*)
1185
1519
                os=-elf
1186
1520
                ;;
 
1521
        or32-*)
 
1522
                os=-coff
 
1523
                ;;
1187
1524
        *-tti)  # must be before sparc entry or we get the wrong os.
1188
1525
                os=-sysv3
1189
1526
                ;;
1193
1530
        *-be)
1194
1531
                os=-beos
1195
1532
                ;;
 
1533
        *-haiku)
 
1534
                os=-haiku
 
1535
                ;;
1196
1536
        *-ibm)
1197
1537
                os=-aix
1198
1538
                ;;
 
1539
        *-knuth)
 
1540
                os=-mmixware
 
1541
                ;;
1199
1542
        *-wec)
1200
1543
                os=-proelf
1201
1544
                ;;
1247
1590
        *-next)
1248
1591
                os=-nextstep3
1249
1592
                ;;
1250
 
        *-gould)
 
1593
        *-gould)
1251
1594
                os=-sysv
1252
1595
                ;;
1253
 
        *-highlevel)
 
1596
        *-highlevel)
1254
1597
                os=-bsd
1255
1598
                ;;
1256
1599
        *-encore)
1257
1600
                os=-bsd
1258
1601
                ;;
1259
 
        *-sgi)
 
1602
        *-sgi)
1260
1603
                os=-irix
1261
1604
                ;;
1262
 
        *-siemens)
 
1605
        *-siemens)
1263
1606
                os=-sysv4
1264
1607
                ;;
1265
1608
        *-masscomp)
1298
1641
                        -sunos*)
1299
1642
                                vendor=sun
1300
1643
                                ;;
1301
 
                        -aix*)
 
1644
                        -cnk*|-aix*)
1302
1645
                                vendor=ibm
1303
1646
                                ;;
1304
1647
                        -beos*)
1328
1671
                        -mvs* | -opened*)
1329
1672
                                vendor=ibm
1330
1673
                                ;;
 
1674
                        -os400*)
 
1675
                                vendor=ibm
 
1676
                                ;;
1331
1677
                        -ptx*)
1332
1678
                                vendor=sequent
1333
1679
                                ;;
1334
 
                        -vxsim* | -vxworks*)
 
1680
                        -tpf*)
 
1681
                                vendor=ibm
 
1682
                                ;;
 
1683
                        -vxsim* | -vxworks* | -windiss*)
1335
1684
                                vendor=wrs
1336
1685
                                ;;
1337
1686
                        -aux*)
1346
1695
                        -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1347
1696
                                vendor=atari
1348
1697
                                ;;
 
1698
                        -vos*)
 
1699
                                vendor=stratus
 
1700
                                ;;
1349
1701
                esac
1350
1702
                basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1351
1703
                ;;
1352
1704
esac
1353
1705
 
1354
1706
echo $basic_machine$os
1355
 
exit 0
 
1707
exit
1356
1708
 
1357
1709
# Local variables:
1358
1710
# eval: (add-hook 'write-file-hooks 'time-stamp)