~ubuntu-branches/ubuntu/lucid/libatomic-ops/lucid

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2006-10-16 09:45:29 UTC
  • mfrom: (2.1.4 dapper)
  • Revision ID: james.westby@ubuntu.com-20061016094529-r3bevpq5w6g3rv20
Tags: 1.1-4
* Closes: #322027, #338469 -- add 04_m68k.patch for M68K support, from
  Roman Zippel <zippel@linux-m68k.org>.  Add note in README.Debian about
  port.
* Change mainatiner address to my @debian.org

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-11-12'
 
6
timestamp='2004-08-13'
7
7
 
8
8
# This file is free software; you can redistribute it and/or modify it
9
9
# under the terms of the GNU General Public License as published by
319
319
    *:OS/390:*:*)
320
320
        echo i370-ibm-openedition
321
321
        exit 0 ;;
322
 
    *:z/VM:*:*)
323
 
        echo s390-ibm-zvmoe
324
 
        exit 0 ;;
325
322
    *:OS400:*:*)
326
323
        echo powerpc-ibm-os400
327
324
        exit 0 ;;
345
342
    DRS?6000:unix:4.0:6*)
346
343
        echo sparc-icl-nx6
347
344
        exit 0 ;;
348
 
    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
 
345
    DRS?6000:UNIX_SV:4.2*:7*)
349
346
        case `/usr/bin/uname -p` in
350
347
            sparc) echo sparc-icl-nx7 && exit 0 ;;
351
348
        esac ;;
827
824
    cris:Linux:*:*)
828
825
        echo cris-axis-linux-gnu
829
826
        exit 0 ;;
830
 
    crisv32:Linux:*:*)
831
 
        echo crisv32-axis-linux-gnu
832
 
        exit 0 ;;
833
 
    frv:Linux:*:*)
834
 
        echo frv-unknown-linux-gnu
835
 
        exit 0 ;;
836
827
    ia64:Linux:*:*)
837
828
        echo ${UNAME_MACHINE}-unknown-linux-gnu
838
829
        exit 0 ;;
1250
1241
            A*) echo alpha-dec-vms && exit 0 ;;
1251
1242
            I*) echo ia64-dec-vms && exit 0 ;;
1252
1243
            V*) echo vax-dec-vms && exit 0 ;;
1253
 
        esac ;;
1254
 
    *:XENIX:*:SysV)
1255
 
        echo i386-pc-xenix
1256
 
        exit 0 ;;
 
1244
        esac
1257
1245
esac
1258
1246
 
1259
1247
#echo '(No uname command or uname output not recognized.)' 1>&2