diff options
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 |