diff options
author | Stu Grossman <grossman@cygnus> | 1994-02-01 02:43:21 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-02-01 02:43:21 +0000 |
commit | ffcb7f05a096b7960f7359a6f8dcd4dad508d1a4 (patch) | |
tree | b8d391967e7a06aeff1f727840c38bcdb70398f7 /config | |
parent | 392e46a1c85b3c70f7063a1b252910c65e67b4f5 (diff) | |
download | gdb-ffcb7f05a096b7960f7359a6f8dcd4dad508d1a4.zip gdb-ffcb7f05a096b7960f7359a6f8dcd4dad508d1a4.tar.gz gdb-ffcb7f05a096b7960f7359a6f8dcd4dad508d1a4.tar.bz2 |
* config/mh-lynxosrs6k: Account for lack of ranlib!
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/mh-lynxosrs6k | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 52dbc5a..a56b920 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -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 index 0000000..93564b6 --- /dev/null +++ b/config/mh-lynxosrs6k @@ -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 |