Mercurial > hg > xemacs-beta
comparison config.guess @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 972bbb6d6ca2 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
510 s/[ ][ ]*/ /g | 510 s/[ ][ ]*/ /g |
511 s/.*supported emulations: *// | 511 s/.*supported emulations: *// |
512 s/ .*// | 512 s/ .*// |
513 p'` | 513 p'` |
514 case "$ld_supported_emulations" in | 514 case "$ld_supported_emulations" in |
515 *ia64) echo "${UNAME_MACHINE}-unknown-linux" ; exit 0 ;; | |
516 i?86linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 ;; | 515 i?86linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 ;; |
517 i?86coff) echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0 ;; | 516 i?86coff) echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0 ;; |
518 sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; | 517 sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; |
519 armlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; | 518 armlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; |
520 m68klinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; | 519 m68klinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; |
584 return 0; | 583 return 0; |
585 } | 584 } |
586 EOF | 585 EOF |
587 ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0 | 586 ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0 |
588 rm -f dummy.c dummy | 587 rm -f dummy.c dummy |
589 elif test "${UNAME_MACHINE}" = "s390"; then | |
590 echo s390-ibm-linux && exit 0 | |
591 else | 588 else |
592 # Either a pre-BFD a.out linker (linux-gnuoldld) | 589 # Either a pre-BFD a.out linker (linux-gnuoldld) |
593 # or one that does not give us useful --help. | 590 # or one that does not give us useful --help. |
594 # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout. | 591 # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout. |
595 # If ld does not provide *any* "supported emulations:" | 592 # If ld does not provide *any* "supported emulations:" |