Changeset 883 for trunk/config.guess

Show
Ignore:
Timestamp:
07/15/08 11:55:18 (4 months ago)
Author:
michael
Message:

'autoreconf -f -i' run & config.rpath added

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config.guess

    r874 r883  
    22# Attempt to guess a canonical system name. 
    33#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 
    4 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 
    5 #   Inc. 
    6  
    7 timestamp='2006-07-02' 
     4#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 
     5#   Free Software Foundation, Inc. 
     6 
     7timestamp='2008-01-23' 
    88 
    99# This file is free software; you can redistribute it and/or modify it 
     
    5757 
    5858Originally written by Per Bothner. 
    59 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 
    60 Free Software Foundation, Inc. 
     59Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
     602002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    6161 
    6262This is free software; see the source for copying conditions.  There is NO 
     
    162162      sh3el) machine=shl-unknown ;; 
    163163      sh3eb) machine=sh-unknown ;; 
     164      sh5el) machine=sh5le-unknown ;; 
    164165      *) machine=${UNAME_MACHINE_ARCH}-unknown ;; 
    165166  esac 
     
    330331  echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 
    331332  exit ;; 
    332     i86pc:SunOS:5.*:*) 
     333    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) 
    333334  echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 
    334335  exit ;; 
     
    532533  fi 
    533534  exit ;; 
    534     *:AIX:*:[45]) 
     535    *:AIX:*:[456]) 
    535536  IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` 
    536537  if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then 
     
    781782  echo ${UNAME_MACHINE}-pc-cygwin 
    782783  exit ;; 
    783     i*:MINGW*:*) 
     784    *:MINGW*:*) 
    784785  echo ${UNAME_MACHINE}-pc-mingw32 
    785786  exit ;; 
     
    791792  echo ${UNAME_MACHINE}-pc-pw32 
    792793  exit ;; 
    793     x86:Interix*:[3456]*) 
    794   echo i586-pc-interix${UNAME_RELEASE} 
    795   exit ;; 
    796     EM64T:Interix*:[3456]*) 
    797   echo x86_64-unknown-interix${UNAME_RELEASE} 
    798   exit ;; 
     794    *:Interix*:[3456]*) 
     795      case ${UNAME_MACHINE} in 
     796      x86) 
     797    echo i586-pc-interix${UNAME_RELEASE} 
     798    exit ;; 
     799      EM64T | authenticamd) 
     800    echo x86_64-unknown-interix${UNAME_RELEASE} 
     801    exit ;; 
     802      IA64) 
     803    echo ia64-unknown-interix${UNAME_RELEASE} 
     804    exit ;; 
     805  esac ;; 
    799806    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) 
    800807  echo i${UNAME_MACHINE}-pc-mks 
     
    830837  exit ;; 
    831838    arm*:Linux:*:*) 
    832   echo ${UNAME_MACHINE}-unknown-linux-gnu 
     839  eval $set_cc_for_build 
     840  if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ 
     841      | grep -q __ARM_EABI__ 
     842  then 
     843      echo ${UNAME_MACHINE}-unknown-linux-gnu 
     844  else 
     845      echo ${UNAME_MACHINE}-unknown-linux-gnueabi 
     846  fi 
    833847  exit ;; 
    834848    avr32*:Linux:*:*) 
     
    950964    x86_64:Linux:*:*) 
    951965  echo x86_64-unknown-linux-gnu 
     966  exit ;; 
     967    xtensa*:Linux:*:*) 
     968      echo ${UNAME_MACHINE}-unknown-linux-gnu 
    952969  exit ;; 
    953970    i*86:Linux:*:*) 
     
    12091226  echo sx6-nec-superux${UNAME_RELEASE} 
    12101227  exit ;; 
     1228    SX-7:SUPER-UX:*:*) 
     1229  echo sx7-nec-superux${UNAME_RELEASE} 
     1230  exit ;; 
     1231    SX-8:SUPER-UX:*:*) 
     1232  echo sx8-nec-superux${UNAME_RELEASE} 
     1233  exit ;; 
     1234    SX-8R:SUPER-UX:*:*) 
     1235  echo sx8r-nec-superux${UNAME_RELEASE} 
     1236  exit ;; 
    12111237    Power*:Rhapsody:*:*) 
    12121238  echo powerpc-apple-rhapsody${UNAME_RELEASE} 
     
    14591485download the most up to date version of the config scripts from 
    14601486 
    1461   http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess 
     1487  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD 
    14621488and 
    1463   http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub 
     1489  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD 
    14641490 
    14651491If the version you run ($0) is already up to date, please