~ubuntu-branches/ubuntu/maverick/swig1.3/maverick

« back to all changes in this revision

Viewing changes to Tools/config/config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-09-01 18:35:55 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050901183555-eq59uwhq8b62e44c
Tags: 1.3.24-1ubuntu4
* Use php5-dev instead of php4-dev, to kick php4 out of main.
* Drop support for generation of pike bindings, as nothing uses it,
  and swig is the only thing keeping pike7.6 in main (Ubuntu #13796)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
4
#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
5
5
 
6
 
timestamp='2004-06-24'
 
6
timestamp='2004-11-30'
7
7
 
8
8
# This file is (in principle) common to ALL GNU software.
9
9
# The presence of a machine in this file suggests that SOME GNU software
267
267
        | tahoe | thumb | tic4x | tic80 | tron \
268
268
        | v850 | v850e \
269
269
        | we32k \
270
 
        | x86 | xscale | xstormy16 | xtensa \
 
270
        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
271
271
        | z8k)
272
272
                basic_machine=$basic_machine-unknown
273
273
                ;;
343
343
        | tron-* \
344
344
        | v850-* | v850e-* | vax-* \
345
345
        | we32k-* \
346
 
        | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
347
 
        | xtensa-* \
 
346
        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
 
347
        | xstormy16-* | xtensa-* \
348
348
        | ymp-* \
349
349
        | z8k-*)
350
350
                ;;
457
457
        crds | unos)
458
458
                basic_machine=m68k-crds
459
459
                ;;
 
460
        crisv32 | crisv32-* | etraxfs*)
 
461
                basic_machine=crisv32-axis
 
462
                ;;
460
463
        cris | cris-* | etrax*)
461
464
                basic_machine=cris-axis
462
465
                ;;
486
489
                basic_machine=m88k-motorola
487
490
                os=-sysv3
488
491
                ;;
 
492
        djgpp)
 
493
                basic_machine=i586-pc
 
494
                os=-msdosdjgpp
 
495
                ;;
489
496
        dpx20 | dpx20-*)
490
497
                basic_machine=rs6000-bull
491
498
                os=-bosx
1026
1033
                basic_machine=hppa1.1-winbond
1027
1034
                os=-proelf
1028
1035
                ;;
 
1036
        xbox)
 
1037
                basic_machine=i686-pc
 
1038
                os=-mingw32
 
1039
                ;;
1029
1040
        xps | xps100)
1030
1041
                basic_machine=xps100-honeywell
1031
1042
                ;;
1294
1305
        -kaos*)
1295
1306
                os=-kaos
1296
1307
                ;;
 
1308
        -zvmoe)
 
1309
                os=-zvmoe
 
1310
                ;;
1297
1311
        -none)
1298
1312
                ;;
1299
1313
        *)