mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-02 11:18:20 +12:00
2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
* config.guess: Add Linux target for S/390x. * config.sub: Likewise.
This commit is contained in:
2
config.guess
vendored
2
config.guess
vendored
@ -755,7 +755,7 @@ EOF
|
||||
i*86:Minix:*:*)
|
||||
echo ${UNAME_MACHINE}-pc-minix
|
||||
exit 0 ;;
|
||||
s390:Linux:*:*)
|
||||
s390:Linux:*:* | s390x:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-ibm-linux
|
||||
exit 0 ;;
|
||||
x86_64:Linux:*:*)
|
||||
|
Reference in New Issue
Block a user