Changeset 1045 for stable/1.4/config.guess
- Timestamp:
- Jul 3, 2007 3:49:59 AM (14 years ago)
- Location:
- stable/1.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.4
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.52 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.03 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.04 Data/Netlib https://projects.coin-or.org/svn/Data/stable/1.0/Netlib5 Data/Sample https://projects.coin-or.org/svn/Data/stable/1.0/Sample6 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.0/CoinUtils1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.5.13 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.0.6 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.0.7 4 Data/Netlib https://projects.coin-or.org/svn/Data/releases/1.0.3/Netlib 5 Data/Sample https://projects.coin-or.org/svn/Data/releases/1.0.3/Sample 6 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.0.0/CoinUtils
-
- Property svn:externals
-
stable/1.4/config.guess
r787 r1045 5 5 # Inc. 6 6 7 timestamp='200 6-05-13'7 timestamp='2007-05-17' 8 8 9 9 # This file is free software; you can redistribute it and/or modify it … … 162 162 sh3el) machine=shl-unknown ;; 163 163 sh3eb) machine=sh-unknown ;; 164 sh5el) machine=sh5le-unknown ;; 164 165 *) machine=${UNAME_MACHINE_ARCH}-unknown ;; 165 166 esac … … 212 213 exit ;; 213 214 macppc:MirBSD:*:*) 214 echo powerp pc-unknown-mirbsd${UNAME_RELEASE}215 echo powerpc-unknown-mirbsd${UNAME_RELEASE} 215 216 exit ;; 216 217 *:MirBSD:*:*) … … 330 331 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 331 332 exit ;; 332 i86pc:SunOS:5.*:* )333 i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*) 333 334 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 334 335 exit ;; … … 781 782 echo ${UNAME_MACHINE}-pc-cygwin 782 783 exit ;; 783 i*:MINGW*:*)784 *:MINGW*:*) 784 785 echo ${UNAME_MACHINE}-pc-mingw32 785 786 exit ;; … … 791 792 echo ${UNAME_MACHINE}-pc-pw32 792 793 exit ;; 793 x86:Interix*:[345]*) 794 echo i586-pc-interix${UNAME_RELEASE} 795 exit ;; 796 EM64T:Interix*:[345]*) 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 esac ;; 799 803 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) 800 804 echo i${UNAME_MACHINE}-pc-mks … … 830 834 exit ;; 831 835 arm*:Linux:*:*) 836 echo ${UNAME_MACHINE}-unknown-linux-gnu 837 exit ;; 838 avr32*:Linux:*:*) 832 839 echo ${UNAME_MACHINE}-unknown-linux-gnu 833 840 exit ;; … … 947 954 x86_64:Linux:*:*) 948 955 echo x86_64-unknown-linux-gnu 956 exit ;; 957 xtensa:Linux:*:*) 958 echo xtensa-unknown-linux-gnu 949 959 exit ;; 950 960 i*86:Linux:*:*) … … 1206 1216 echo sx6-nec-superux${UNAME_RELEASE} 1207 1217 exit ;; 1218 SX-7:SUPER-UX:*:*) 1219 echo sx7-nec-superux${UNAME_RELEASE} 1220 exit ;; 1221 SX-8:SUPER-UX:*:*) 1222 echo sx8-nec-superux${UNAME_RELEASE} 1223 exit ;; 1224 SX-8R:SUPER-UX:*:*) 1225 echo sx8r-nec-superux${UNAME_RELEASE} 1226 exit ;; 1208 1227 Power*:Rhapsody:*:*) 1209 1228 echo powerpc-apple-rhapsody${UNAME_RELEASE}
Note: See TracChangeset
for help on using the changeset viewer.