* config/mh-lynxosrs6k: Account for lack of ranlib!
authorStu Grossman <grossman@cygnus>
Tue, 1 Feb 1994 02:43:21 +0000 (02:43 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 1 Feb 1994 02:43:21 +0000 (02:43 +0000)
ChangeLog
config/.Sanitize
config/mh-lynxosrs6k [new file with mode: 0644]
configure.in

index 323d75312e7dce70ac6575f5ec55f0457c742aad..10b8c2bbab4498da2dfb9db95d9657893bcd0128 100644 (file)
--- 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.
index 52dbc5acf93f756bae698f46be9ca1fff7a88910..a56b920f5d8765b68cd5de0cda3d89db7e6fca18 100644 (file)
@@ -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 (file)
index 0000000..93564b6
--- /dev/null
@@ -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
index 783d1a633cbc495112423dd11168fa62d08ebfca..93701e8b0ef6ba9f8243f4eb0f015bc3f8948fef 100644 (file)
@@ -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 ;;
This page took 0.026559 seconds and 4 git commands to generate.