diff --git a/ChangeLog b/ChangeLog index 6f4004bcf0..5dafc2cec5 100644 --- 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 * configure.in: Don't build newlib for m68k-vxworks5.1. diff --git a/config.guess b/config.guess index 841c9d5e15..d1537a6dad 100755 --- 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 ;;