19990502 sourceware import

This commit is contained in:
Richard Henderson
1999-05-03 07:29:11 +00:00
commit 252b5132c7
2316 changed files with 881473 additions and 0 deletions

8
config/mh-lynxrs6k Normal file
View File

@ -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 = /usr/cygnus/progressive/bin/gcc
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash