From ffcb7f05a096b7960f7359a6f8dcd4dad508d1a4 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 1 Feb 1994 02:43:21 +0000 Subject: [PATCH] * config/mh-lynxosrs6k: Account for lack of ranlib! --- ChangeLog | 4 ++++ config/.Sanitize | 1 + config/mh-lynxosrs6k | 5 +++++ configure.in | 2 ++ 4 files changed, 12 insertions(+) create mode 100644 config/mh-lynxosrs6k diff --git a/ChangeLog b/ChangeLog index 323d75312e..10b8c2bbab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 31 18:40:55 1994 Stu Grossman (grossman at cygnus.com) + + * config/mh-lynxosrs6k: Account for lack of ranlib! + Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * config.guess: Recognize vax hosts. diff --git a/config/.Sanitize b/config/.Sanitize index 52dbc5acf9..a56b920f5d 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -43,6 +43,7 @@ mh-irix4 mh-irix5 mh-linux mh-lynxos +mh-lynxosrs6k mh-ncr3000 mh-riscos mh-sco diff --git a/config/mh-lynxosrs6k b/config/mh-lynxosrs6k new file mode 100644 index 0000000000..93564b6259 --- /dev/null +++ b/config/mh-lynxosrs6k @@ -0,0 +1,5 @@ +# LynxOS running on the rs6000 doesn't have ranlib +RANLIB = true + +# /bin/cc is less than useful for our purposes. Always use GCC +CC = /bin/gcc diff --git a/configure.in b/configure.in index 783d1a633c..93701e8b0e 100644 --- a/configure.in +++ b/configure.in @@ -107,6 +107,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 ;; + rs6000-*-lynxos*) host_makefile_frag=config/mh-lynxosrs6k + cross_only="xiberty" ;; *-*-lynxos*) host_makefile_frag=config/mh-lynxos cross_only="xiberty" ;; *-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; -- 2.34.1