aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-05-07 04:57:38 +0000
committerIan Lance Taylor <ian@airs.com>1994-05-07 04:57:38 +0000
commit182c035ac417e83740304c62a256f870914ce03a (patch)
treea0d47a657403465dd62b6e4f25b9c74bb1695fc7 /config
parent2a38983c8da030b0e4a8e4c1e07e1483d43fcf7d (diff)
downloadfsf-binutils-gdb-182c035ac417e83740304c62a256f870914ce03a.zip
fsf-binutils-gdb-182c035ac417e83740304c62a256f870914ce03a.tar.gz
fsf-binutils-gdb-182c035ac417e83740304c62a256f870914ce03a.tar.bz2
No, this file really should have been removed, not recreated.
Diffstat (limited to 'config')
-rw-r--r--config/mh-lynxosrs6k8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/mh-lynxosrs6k b/config/mh-lynxosrs6k
deleted file mode 100644
index 0172a95..0000000
--- a/config/mh-lynxosrs6k
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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