* config.guess: Add hppa1.1-hp-lites support.

This commit is contained in:
Jeff Law 1995-04-26 16:59:33 +00:00
parent 7da20c1133
commit 094a7e4392
2 changed files with 7 additions and 0 deletions

View File

@ -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.

3
config.guess vendored
View File

@ -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 ;;