Changeset 5739 in orxonox.OLD for branches/world_entities/config.sub
- Timestamp:
- Nov 23, 2005, 3:33:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/config.sub
r5479 r5739 4 4 # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 5 5 6 timestamp='2005-0 6-02'6 timestamp='2005-02-10' 7 7 8 8 # This file is (in principle) common to ALL GNU software. … … 22 22 # You should have received a copy of the GNU General Public License 23 23 # along with this program; if not, write to the Free Software 24 # Foundation, Inc., 5 1 Franklin Street - Fifth Floor, Boston, MA25 # 02110-1301, USA.26 # 24 # Foundation, Inc., 59 Temple Place - Suite 330, 25 # Boston, MA 02111-1307, USA. 26 27 27 # As a special exception to the GNU General Public License, if you 28 28 # distribute this file as part of a program that contains a 29 29 # configuration script generated by Autoconf, you may include it under 30 30 # the same distribution terms that you use for the rest of that program. 31 32 31 33 32 # Please send patches to <config-patches@gnu.org>. Submit a context … … 85 84 case $1 in 86 85 --time-stamp | --time* | -t ) 87 echo "$timestamp" ; exit ;;86 echo "$timestamp" ; exit 0 ;; 88 87 --version | -v ) 89 echo "$version" ; exit ;;88 echo "$version" ; exit 0 ;; 90 89 --help | --h* | -h ) 91 echo "$usage"; exit ;;90 echo "$usage"; exit 0 ;; 92 91 -- ) # Stop option processing 93 92 shift; break ;; … … 101 100 # First pass through any local machine types. 102 101 echo $1 103 exit ;;102 exit 0;; 104 103 105 104 * ) … … 233 232 | am33_2.0 \ 234 233 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ 235 | bfin \236 234 | c4x | clipper \ 237 | d10v | d30v | dlx | dsp16xx | dvp\235 | d10v | d30v | dlx | dsp16xx \ 238 236 | fr30 | frv \ 239 237 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ … … 249 247 | mips64vr4300 | mips64vr4300el \ 250 248 | mips64vr5000 | mips64vr5000el \ 251 | mips64r5900 | mips64r5900el \252 249 | mipsisa32 | mipsisa32el \ 253 250 | mipsisa32r2 | mipsisa32r2el \ … … 258 255 | mipstx39 | mipstx39el \ 259 256 | mn10200 | mn10300 \ 260 | ms1 \261 257 | msp430 \ 262 258 | ns16k | ns32k \ … … 267 263 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ 268 264 | sh64 | sh64le \ 269 | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ 270 | sparcv8 | sparcv9 | sparcv9b \ 265 | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ 271 266 | strongarm \ 272 267 | tahoe | thumb | tic4x | tic80 | tron \ … … 275 270 | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ 276 271 | z8k) 277 basic_machine=$basic_machine-unknown278 ;;279 m32c)280 272 basic_machine=$basic_machine-unknown 281 273 ;; … … 307 299 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ 308 300 | avr-* \ 309 | b fin-* | bs2000-* \301 | bs2000-* \ 310 302 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ 311 303 | clipper-* | craynv-* | cydra-* \ … … 328 320 | mips64vr4300-* | mips64vr4300el-* \ 329 321 | mips64vr5000-* | mips64vr5000el-* \ 330 | mips64r5900-* | mips64r5900el-* \331 322 | mipsisa32-* | mipsisa32el-* \ 332 323 | mipsisa32r2-* | mipsisa32r2el-* \ … … 337 328 | mipstx39-* | mipstx39el-* \ 338 329 | mmix-* \ 339 | ms1-* \340 330 | msp430-* \ 341 331 | none-* | np1-* | ns16k-* | ns32k-* \ … … 347 337 | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ 348 338 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 349 | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ 350 | sparclite-* \ 339 | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ 351 340 | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ 352 341 | tahoe-* | thumb-* \ … … 360 349 | z8k-*) 361 350 ;; 362 m32c-*)363 ;;364 351 # Recognize the various machine names and aliases which stand 365 352 # for a CPU type and a company and sometimes even an OS. … … 678 665 basic_machine=m68k-atari 679 666 os=-mint 680 ;;681 mipsEE* | ee | ps2)682 basic_machine=mips64r5900el-scei683 case $os in684 -linux*)685 ;;686 *)687 os=-elf688 ;;689 esac690 ;;691 iop)692 basic_machine=mipsel-scei693 os=-irx694 ;;695 dvp)696 basic_machine=dvp-scei697 os=-elf698 667 ;; 699 668 mips3*-*) … … 1210 1179 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ 1211 1180 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 1212 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* | -skyos* \ 1213 | -irx* ) 1181 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) 1214 1182 # Remember, each alternative MUST END IN *, to match a version number. 1215 1183 ;; … … 1589 1557 1590 1558 echo $basic_machine$os 1591 exit 1559 exit 0 1592 1560 1593 1561 # Local variables:
Note: See TracChangeset
for help on using the changeset viewer.