projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7da20c1
)
* config.guess: Add hppa1.1-hp-lites support.
author
Jeff Law
<law@redhat.com>
Wed, 26 Apr 1995 16:59:33 +0000
(16:59 +0000)
committer
Jeff Law
<law@redhat.com>
Wed, 26 Apr 1995 16:59:33 +0000
(16:59 +0000)
ChangeLog
patch
|
blob
|
history
config.guess
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
6f4004b
..
5dafc2c
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
+
+ * config.guess: Add hppa1.1-hp-lites support.
+
Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
* configure.in: Don't build newlib for m68k-vxworks5.1.
diff --git
a/config.guess
b/config.guess
index
841c9d5
..
d1537a6
100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-248,6
+248,9
@@
EOF
hp8??:OSF1:*:*)
echo hppa1.0-hp-osf
exit 0 ;;
+ parisc*:Lites*:*:*)
+ echo hppa1.1-hp-lites
+ exit 0 ;;
C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
echo c1-convex-bsd
exit 0 ;;