~ubuntu-branches/ubuntu/wily/xterm/wily

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-02-26 13:53:17 UTC
  • mfrom: (1.1.13 upstream) (11.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20090226135317-qnnj97y2n7olu8fo
Tags: 241-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Enabled URL hilighting
  - rm -rf for .pc patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2008-06-16'
 
7
timestamp='2008-12-11'
8
8
 
9
9
# This file is (in principle) common to ALL GNU software.
10
10
# The presence of a machine in this file suggests that SOME GNU software
249
249
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
250
250
        | i370 | i860 | i960 | ia64 \
251
251
        | ip2k | iq2000 \
 
252
        | lm32 \
252
253
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
253
254
        | maxq | mb | microblaze | mcore | mep | metag \
254
255
        | mips | mipsbe | mipseb | mipsel | mipsle \
279
280
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
280
281
        | pyramid \
281
282
        | score \
282
 
        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
 
283
        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
283
284
        | sh64 | sh64le \
284
285
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
285
286
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
288
289
        | v850 | v850e \
289
290
        | we32k \
290
291
        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
291
 
        | z8k)
 
292
        | z8k | z80)
292
293
                basic_machine=$basic_machine-unknown
293
294
                ;;
294
295
        m6811 | m68hc11 | m6812 | m68hc12)
331
332
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
332
333
        | i*86-* | i860-* | i960-* | ia64-* \
333
334
        | ip2k-* | iq2000-* \
 
335
        | lm32-* \
334
336
        | m32c-* | m32r-* | m32rle-* \
335
337
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
336
338
        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
362
364
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
363
365
        | pyramid-* \
364
366
        | romp-* | rs6000-* \
365
 
        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 
367
        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
366
368
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
367
369
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
368
370
        | sparclite-* \
375
377
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
376
378
        | xstormy16-* | xtensa*-* \
377
379
        | ymp-* \
378
 
        | z8k-*)
 
380
        | z8k-* | z80-*)
379
381
                ;;
380
382
        # Recognize the basic CPU types without company name, with glob match.
381
383
        xtensa*)
1140
1142
                basic_machine=z8k-unknown
1141
1143
                os=-sim
1142
1144
                ;;
 
1145
        z80-*-coff)
 
1146
                basic_machine=z80-unknown
 
1147
                os=-sim
 
1148
                ;;
1143
1149
        none)
1144
1150
                basic_machine=none-none
1145
1151
                os=-none
1178
1184
        we32k)
1179
1185
                basic_machine=we32k-att
1180
1186
                ;;
1181
 
        sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
 
1187
        sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
1182
1188
                basic_machine=sh-unknown
1183
1189
                ;;
1184
1190
        sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)