Mercurial > hg > xemacs-beta
comparison config.guess @ 363:972bbb6d6ca2 r21-1-11
Import from CVS: tag r21-1-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:59:28 +0200 |
parents | c6de09ad3017 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
362:1e474c183006 | 363:972bbb6d6ca2 |
---|---|
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 ;; | |
515 i?86linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 ;; | 516 i?86linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 ;; |
516 i?86coff) echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0 ;; | 517 i?86coff) echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0 ;; |
517 sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; | 518 sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; |
518 armlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; | 519 armlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; |
519 m68klinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; | 520 m68klinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;; |
583 return 0; | 584 return 0; |
584 } | 585 } |
585 EOF | 586 EOF |
586 ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0 | 587 ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0 |
587 rm -f dummy.c dummy | 588 rm -f dummy.c dummy |
589 elif test "${UNAME_MACHINE}" = "s390"; then | |
590 echo s390-ibm-linux && exit 0 | |
588 else | 591 else |
589 # Either a pre-BFD a.out linker (linux-gnuoldld) | 592 # Either a pre-BFD a.out linker (linux-gnuoldld) |
590 # or one that does not give us useful --help. | 593 # or one that does not give us useful --help. |
591 # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout. | 594 # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout. |
592 # If ld does not provide *any* "supported emulations:" | 595 # If ld does not provide *any* "supported emulations:" |