diff options
author | David Henkel-Wallace <gumby@cygnus> | 1994-05-07 00:34:19 +0000 |
---|---|---|
committer | David Henkel-Wallace <gumby@cygnus> | 1994-05-07 00:34:19 +0000 |
commit | 2a38983c8da030b0e4a8e4c1e07e1483d43fcf7d (patch) | |
tree | 9ed971e7036f5a980458e3519369be123a70a782 /config | |
parent | eebd76cbbb92732f9a6779e69dbe3fb32b28f1ff (diff) | |
download | gdb-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-lynxosrs6k | 8 |
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 |