aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Henkel-Wallace <gumby@cygnus>1994-05-07 00:34:19 +0000
committerDavid Henkel-Wallace <gumby@cygnus>1994-05-07 00:34:19 +0000
commit2a38983c8da030b0e4a8e4c1e07e1483d43fcf7d (patch)
tree9ed971e7036f5a980458e3519369be123a70a782 /config
parenteebd76cbbb92732f9a6779e69dbe3fb32b28f1ff (diff)
downloadgdb-2a38983c8da030b0e4a8e4c1e07e1483d43fcf7d.zip
gdb-2a38983c8da030b0e4a8e4c1e07e1483d43fcf7d.tar.gz
gdb-2a38983c8da030b0e4a8e4c1e07e1483d43fcf7d.tar.bz2
various changes for lynx.rs, ericsson, BNR.
Diffstat (limited to 'config')
-rw-r--r--config/mh-lynxosrs6k8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/mh-lynxosrs6k b/config/mh-lynxosrs6k
new file mode 100644
index 0000000..0172a95
--- /dev/null
+++ b/config/mh-lynxosrs6k
@@ -0,0 +1,8 @@
+# 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
+
+# /bin/sh is too buggy, so use /bin/bash instead.
+SHELL = /bin/bash