mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
* config.guess: Use C code to identify more HP machines.
From-SVN: r24398
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user