From ffcb7f05a096b7960f7359a6f8dcd4dad508d1a4 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 1 Feb 1994 02:43:21 +0000 Subject: * config/mh-lynxosrs6k: Account for lack of ranlib! --- config/.Sanitize | 1 + config/mh-lynxosrs6k | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 config/mh-lynxosrs6k (limited to 'config') diff --git a/config/.Sanitize b/config/.Sanitize index 52dbc5a..a56b920 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 0000000..93564b6 --- /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 -- cgit v1.1