~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
5
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2009-06-03'
 
7
timestamp='2009-08-17'
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
149
149
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
150
150
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
151
151
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
152
 
        -apple | -axis | -knuth | -cray)
 
152
        -apple | -axis | -knuth | -cray | -microblaze)
153
153
                os=
154
154
                basic_machine=$1
155
155
                ;;
 
156
        -bluegene*)
 
157
                os=-cnk
 
158
                ;;
156
159
        -sim | -cisco | -oki | -wec | -winbond)
157
160
                os=
158
161
                basic_machine=$1
337
340
        | lm32-* \
338
341
        | m32c-* | m32r-* | m32rle-* \
339
342
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
340
 
        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
 
343
        | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
341
344
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
342
345
        | mips16-* \
343
346
        | mips64-* | mips64el-* \
467
470
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
468
471
                os=-linux
469
472
                ;;
 
473
        bluegene*)
 
474
                basic_machine=powerpc-ibm
 
475
                os=-cnk
 
476
                ;;
470
477
        c90)
471
478
                basic_machine=c90-cray
472
479
                os=-unicos
719
726
                basic_machine=ns32k-utek
720
727
                os=-sysv
721
728
                ;;
 
729
        microblaze)
 
730
                basic_machine=microblaze-xilinx
 
731
                ;;
722
732
        mingw32)
723
733
                basic_machine=i386-pc
724
734
                os=-mingw32
1260
1270
        # Each alternative MUST END IN A *, to match a version number.
1261
1271
        # -sysv* is not here because it comes later, after sysvr4.
1262
1272
        -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1263
 
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
 
1273
              | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1264
1274
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1265
1275
              | -kopensolaris* \
1266
1276
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1613
1623
                        -sunos*)
1614
1624
                                vendor=sun
1615
1625
                                ;;
1616
 
                        -aix*)
 
1626
                        -cnk*|-aix*)
1617
1627
                                vendor=ibm
1618
1628
                                ;;
1619
1629
                        -beos*)