Commit 57057b67 by Rodney Brown Committed by Jeff Law

* config.guess: Use C code to identify more HP machines.

From-SVN: r24398
parent cae8acdd
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) Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
* config.sub: Handle hppa2.0. * config.sub: Handle hppa2.0.
......
...@@ -367,7 +367,8 @@ EOF ...@@ -367,7 +367,8 @@ EOF
case "${UNAME_MACHINE}" in case "${UNAME_MACHINE}" in
9000/31? ) HP_ARCH=m68000 ;; 9000/31? ) HP_ARCH=m68000 ;;
9000/[34]?? ) HP_ARCH=m68k ;; 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 sed 's/^ //' << EOF >dummy.c
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment