diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-05-06 00:11:03 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-05-06 00:11:03 +0000 |
commit | c9fda9486677b052945b04f4cf8c81b3d02c0344 (patch) | |
tree | 7d7b6c1e46056004be37726eac57536f0e241335 /config/mh-lynxrs6k | |
parent | 23a832d2b99bc7bde9e205ffced32729dc05f001 (diff) | |
download | gdb-c9fda9486677b052945b04f4cf8c81b3d02c0344.zip gdb-c9fda9486677b052945b04f4cf8c81b3d02c0344.tar.gz gdb-c9fda9486677b052945b04f4cf8c81b3d02c0344.tar.bz2 |
* config/mh-lynxrs6k: Renamed from mh-lynxosrs6k, to make it unique in 8.3
naming schemes.
Diffstat (limited to 'config/mh-lynxrs6k')
-rw-r--r-- | config/mh-lynxrs6k | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/mh-lynxrs6k b/config/mh-lynxrs6k new file mode 100644 index 0000000..93564b6 --- /dev/null +++ b/config/mh-lynxrs6k @@ -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 |