2000-02-15 Ben Elliston <bje@redhat.com>

* config.guess: Detect GNU/Linux on IBM S/390 machines.
	* config.sub: Handle s390-*. From Adam J. Thornton
	<adam@phoenix.princeton.edu>.
This commit is contained in:
Ben Elliston
2000-02-15 10:22:49 +00:00
parent 149375f88d
commit 4d79fdecdd
3 changed files with 7 additions and 1 deletions

2
config.guess vendored
View File

@ -772,6 +772,8 @@ EOF
EOF
$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm $dummy.c $dummy && exit 0
rm -f $dummy.c $dummy
elif test "${UNAME_MACHINE}" = "s390"; then
echo s390-ibm-linux && exit 0
else
# Either a pre-BFD a.out linker (linux-gnuoldld)
# or one that does not give us useful --help.