* config.guess: Use C code to identify more HP machines.
From-SVN: r24398
This commit is contained in:
parent
cae8acdde0
commit
57057b677c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
|
||||
|
||||
* config.guess: Use C code to identify more HP machines.
|
||||
|
||||
Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* config.sub: Handle hppa2.0.
|
||||
|
|
3
config.guess
vendored
3
config.guess
vendored
|
@ -367,7 +367,8 @@ 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/[678][0-9][0-9] )
|
||||
|
||||
sed 's/^ //' << EOF >dummy.c
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue