diff options
author | Linda A. Walsh <gnu@tlinx.org> | 1996-07-15 17:20:52 +0000 |
---|---|---|
committer | Linda A. Walsh <gnu@tlinx.org> | 1996-07-15 17:20:52 +0000 |
commit | 08e722939f8c4218bc6ffce9a4d07b8c44cea69f (patch) | |
tree | 0478c8671d11d6562b40def8d0d2bd400b2c8be2 /config.guess | |
parent | 05a6a9d64b8460b7361137b4f3dd7e53c94921b7 (diff) | |
download | glibc-08e722939f8c4218bc6ffce9a4d07b8c44cea69f.tar.gz glibc-08e722939f8c4218bc6ffce9a4d07b8c44cea69f.tar.xz glibc-08e722939f8c4218bc6ffce9a4d07b8c44cea69f.zip |
* config.guess (HP 9000/811): Recognize this as a PA1.1 machine.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 7adf7df664..35bb308102 100755 --- a/config.guess +++ b/config.guess @@ -245,7 +245,7 @@ EOF case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; - 9000/7?? | 9000/8?[679] ) HP_ARCH=hppa1.1 ;; + 9000/7?? | 9000/8?[1679] ) HP_ARCH=hppa1.1 ;; 9000/8?? ) HP_ARCH=hppa1.0 ;; esac HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` |