From 094a7e43924acee8758d8994fd4d3e54e0bee8e8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 26 Apr 1995 16:59:33 +0000 Subject: [PATCH] * config.guess: Add hppa1.1-hp-lites support. --- ChangeLog | 4 ++++ config.guess | 3 +++ 2 files changed, 7 insertions(+) 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 ;; -- 2.34.1