From 312cae61a0296993079dce29daf6bf4a4270cc35 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 21 Oct 1993 18:40:48 +0000 Subject: [PATCH] Always build newlib for native Lynx. --- ChangeLog | 6 ++++++ configure.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1663bf8..7757530 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ +Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com) + + * configure.in: Build newlib for LynxOS native. + Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * config.guess: Add support for delta 88k running SVR3. + * configure.in: Add comment about HP compiler vs. emacs. Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) diff --git a/configure.in b/configure.in index db00e96..4fa6382 100644 --- a/configure.in +++ b/configure.in @@ -106,7 +106,8 @@ case "${host}" in *-sun-*) host_makefile_frag=config/mh-sun ;; *-hp-hpux) host_makefile_frag=config/mh-hpux ;; *-*-hiux*) host_makefile_frag=config/mh-hpux ;; - *-*-lynxos*) host_makefile_frag=config/mh-lynxos ;; + *-*-lynxos*) host_makefile_frag=config/mh-lynxos + cross_only="xiberty" ;; *-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; *-*-sysv*) host_makefile_frag=config/mh-sysv ;; esac -- 2.7.4