2000-09-05 Andreas Jaeger <aj@suse.de>

* config.sub (maybe_os): Recognise AMD x86-64 as x86_64.
	* config.guess: Detect x86_64-unknown-linux-gnu.
This commit is contained in:
Ben Elliston
2000-09-05 01:09:01 +00:00
parent a57d81bc0e
commit 1fc05e9878
3 changed files with 9 additions and 2 deletions

2
config.guess vendored
View File

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