ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/config.sub
(Generate patch)

Comparing deliantra/server/utils/config.sub (file contents):
Revision 1.7 by root, Fri Sep 15 23:11:57 2006 UTC vs.
Revision 1.8 by root, Fri Nov 17 19:40:54 2006 UTC

2# Configuration validation subroutine script. 2# Configuration validation subroutine script.
3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 4# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5# Inc. 5# Inc.
6 6
7timestamp='2006-07-02' 7timestamp='2006-09-20'
8 8
9# This file is (in principle) common to ALL GNU software. 9# This file is (in principle) common to ALL GNU software.
10# The presence of a machine in this file suggests that SOME GNU software 10# The presence of a machine in this file suggests that SOME GNU software
11# can handle that machine. It does not imply ALL GNU software can. 11# can handle that machine. It does not imply ALL GNU software can.
12# 12#
274 | ns16k | ns32k \ 274 | ns16k | ns32k \
275 | or32 \ 275 | or32 \
276 | pdp10 | pdp11 | pj | pjl \ 276 | pdp10 | pdp11 | pj | pjl \
277 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ 277 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
278 | pyramid \ 278 | pyramid \
279 | score \
279 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
280 | sh64 | sh64le \ 281 | sh64 | sh64le \
281 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ 282 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
282 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ 283 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
283 | spu | strongarm \ 284 | spu | strongarm \
284 | tahoe | thumb | tic4x | tic80 | tron \ 285 | tahoe | thumb | tic4x | tic80 | tron \
285 | v850 | v850e \ 286 | v850 | v850e \
286 | we32k \ 287 | we32k \
287 | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ 288 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
288 | z8k) 289 | z8k)
289 basic_machine=$basic_machine-unknown 290 basic_machine=$basic_machine-unknown
290 ;; 291 ;;
291 m6811 | m68hc11 | m6812 | m68hc12) 292 m6811 | m68hc11 | m6812 | m68hc12)
292 # Motorola 68HC11/12. 293 # Motorola 68HC11/12.
365 | tahoe-* | thumb-* \ 366 | tahoe-* | thumb-* \
366 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 367 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
367 | tron-* \ 368 | tron-* \
368 | v850-* | v850e-* | vax-* \ 369 | v850-* | v850e-* | vax-* \
369 | we32k-* \ 370 | we32k-* \
370 | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ 371 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
371 | xstormy16-* | xtensa-* \ 372 | xstormy16-* | xtensa-* \
372 | ymp-* \ 373 | ymp-* \
373 | z8k-*) 374 | z8k-*)
374 ;; 375 ;;
375 # Recognize the various machine names and aliases which stand 376 # Recognize the various machine names and aliases which stand
906 sb1) 907 sb1)
907 basic_machine=mipsisa64sb1-unknown 908 basic_machine=mipsisa64sb1-unknown
908 ;; 909 ;;
909 sb1el) 910 sb1el)
910 basic_machine=mipsisa64sb1el-unknown 911 basic_machine=mipsisa64sb1el-unknown
912 ;;
913 sde)
914 basic_machine=mipsisa32-sde
915 os=-elf
911 ;; 916 ;;
912 sei) 917 sei)
913 basic_machine=mips-sei 918 basic_machine=mips-sei
914 os=-seiux 919 os=-seiux
915 ;; 920 ;;
1364# that MANUFACTURER isn't an operating system. Otherwise, code above 1369# that MANUFACTURER isn't an operating system. Otherwise, code above
1365# will signal an error saying that MANUFACTURER isn't an operating 1370# will signal an error saying that MANUFACTURER isn't an operating
1366# system, and we'll never get to this point. 1371# system, and we'll never get to this point.
1367 1372
1368case $basic_machine in 1373case $basic_machine in
1374 score-*)
1375 os=-elf
1376 ;;
1369 spu-*) 1377 spu-*)
1370 os=-elf 1378 os=-elf
1371 ;; 1379 ;;
1372 *-acorn) 1380 *-acorn)
1373 os=-riscix1.2 1381 os=-riscix1.2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines