/[GiNaC]/config.guess
ViewVC logotype

Diff of /config.guess

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

revision 1.5 by kreckel, Wed May 31 15:43:00 2000 UTC revision 1.6 by kreckel, Thu Jun 15 18:46:10 2000 UTC
# Line 3  Line 3 
3  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
4  #   Free Software Foundation, Inc.  #   Free Software Foundation, Inc.
5    
6  version='2000-05-30'  version='2000-06-13'
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 687  EOF Line 687  EOF
687      *:GNU:*:*)      *:GNU:*:*)
688          echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`          echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
689          exit 0 ;;          exit 0 ;;
690        i*86:Minix:*:*)
691            echo ${UNAME_MACHINE}-pc-minix
692            exit 0 ;;
693      *:Linux:*:*)      *:Linux:*:*)
694    
695          # The BFD linker knows what the default object file format is, so          # The BFD linker knows what the default object file format is, so

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15