2000-11-21 Ben Elliston <bje@redhat.com>

* config.guess: Detect EMX on OS/2. Reported by Ilya Zakharevich
	<ilya@math.ohio-state.edu>.
This commit is contained in:
Ben Elliston 2000-11-20 22:02:00 +00:00
parent bd5c30b1d5
commit 10a24621d6
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-11-21 Ben Elliston <bje@redhat.com>
* config.guess: Detect EMX on OS/2. Reported by Ilya Zakharevich
<ilya@math.ohio-state.edu>.
2000-11-16 Ben Elliston <bje@redhat.com>
* config.guess: Use getconf(1) on HP-UX 11.x systems (when

7
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
version='2000-11-16'
version='2000-11-21'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -1157,6 +1157,11 @@ EOF
fi
echo ${UNAME_MACHINE}-unknown-plan9
exit 0 ;;
i?86:OS/2:*:*)
# If we were able to find `uname', then EMX Unix compatibility
# is probably installed.
echo ${UNAME_MACHINE}-pc-os2-emx
exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2