Commit a30dcfee authored by law's avatar law
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24398 138bc75d-0d04-0410-961f-82ee72b054a4
parent 2c641110
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.
......
......@@ -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>
......
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