mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
1999-03-10 Ben Elliston <bje@cygnus.com>
* config.guess: Recognise HP 9000/800. Merged from the master FSF version of this file.
This commit is contained in:
parent
283795f039
commit
f5fce20013
@ -1,3 +1,8 @@
|
||||
1999-03-10 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* config.guess: Recognise HP 9000/800. Merged from the master
|
||||
FSF version of this file.
|
||||
|
||||
1999-02-28 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* acspecific.m4 (AC_FUNC_VFORK): Allow test to behave correctly
|
||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -374,7 +374,7 @@ EOF
|
||||
case "${UNAME_MACHINE}" in
|
||||
9000/31? ) HP_ARCH=m68000 ;;
|
||||
9000/[34]?? ) HP_ARCH=m68k ;;
|
||||
9000/6?? | 9000/7?? | 9000/80[24] | 9000/8?[13679] | 9000/892 )
|
||||
9000/6?? | 9000/7?? | 9000/80[024] | 9000/8?[13679] | 9000/892 )
|
||||
sed 's/^ //' << EOF >$dummy.c
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user