/[bison]/bison/config/config.guess
ViewVC logotype

Diff of /bison/config/config.guess

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.2.8 by akim, Tue Dec 18 09:42:57 2001 UTC revision 1.3.2.9 by akim, Thu Jan 3 10:40:03 2002 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Attempt to guess a canonical system name.  # Attempt to guess a canonical system name.
3  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4  #   Free Software Foundation, Inc.  #   2000, 2001, 2002 Free Software Foundation, Inc.
5    
6  timestamp='2001-12-13'  timestamp='2002-01-02'
7    
8  # This file is free software; you can redistribute it and/or modify it  # This file is free software; you can redistribute it and/or modify it
9  # under the terms of the GNU General Public License as published by  # under the terms of the GNU General Public License as published by
# Line 289  EOF Line 289  EOF
289      *:[Aa]miga[Oo][Ss]:*:*)      *:[Aa]miga[Oo][Ss]:*:*)
290          echo ${UNAME_MACHINE}-unknown-amigaos          echo ${UNAME_MACHINE}-unknown-amigaos
291          exit 0 ;;          exit 0 ;;
292        *:[Mm]orph[Oo][Ss]:*:*)
293            echo ${UNAME_MACHINE}-unknown-morphos
294            exit 0 ;;
295      *:OS/390:*:*)      *:OS/390:*:*)
296          echo i370-ibm-openedition          echo i370-ibm-openedition
297          exit 0 ;;          exit 0 ;;
# Line 770  EOF Line 773  EOF
773      mips:Linux:*:*)      mips:Linux:*:*)
774          eval $set_cc_for_build          eval $set_cc_for_build
775          sed 's/^        //' << EOF >$dummy.c          sed 's/^        //' << EOF >$dummy.c
776            #undef CPU
777            #undef mips
778            #undef mipsel
779          #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)          #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
780          CPU=mipsel          CPU=mipsel
781          #else          #else

Legend:
Removed from v.1.3.2.8  
changed lines
  Added in v.1.3.2.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26