projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c763c2
)
Fix (?) discrimination between hppa1.1 and 1.0.
author
Per Bothner
<per@bothner.com>
Wed, 20 Jan 1993 07:43:32 +0000
(07:43 +0000)
committer
Per Bothner
<per@bothner.com>
Wed, 20 Jan 1993 07:43:32 +0000
(07:43 +0000)
guess-systype
patch
|
blob
|
history
diff --git
a/guess-systype
b/guess-systype
index c55e2ac737eba57e9e4d96e38499e3d5fda4ee01..3aebe311b9c52ad2be48b3b4e0d060b40f5eec4c 100755
(executable)
--- a/
guess-systype
+++ b/
guess-systype
@@
-43,7
+43,7
@@
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
9000/3??:HP-UX:*:*)
echo m68k-hp-hpux
exit 0 ;;
- 9000/7??:HP-UX:*:*)
+ 9000/7??:HP-UX:*:*
| 9000/8?7:HP-UX:*:*
)
echo hppa1.1-hp-hpux
exit 0 ;;
9000/8??:HP-UX:*:*)