* config/mh-lynxosrs6k: Account for lack of ranlib!

This commit is contained in:
Stu Grossman 1994-02-01 02:43:21 +00:00
parent 392e46a1c8
commit ffcb7f05a0
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Jan 31 18:40:55 1994 Stu Grossman (grossman at cygnus.com)
* config/mh-lynxosrs6k: Account for lack of ranlib!
Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* config.guess: Recognize vax hosts.

View File

@ -43,6 +43,7 @@ mh-irix4
mh-irix5
mh-linux
mh-lynxos
mh-lynxosrs6k
mh-ncr3000
mh-riscos
mh-sco

5
config/mh-lynxosrs6k Normal file
View File

@ -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

View File

@ -107,6 +107,8 @@ case "${host}" in
*-sun-*) host_makefile_frag=config/mh-sun ;;
*-hp-hpux*) host_makefile_frag=config/mh-hpux ;;
*-*-hiux*) host_makefile_frag=config/mh-hpux ;;
rs6000-*-lynxos*) host_makefile_frag=config/mh-lynxosrs6k
cross_only="xiberty" ;;
*-*-lynxos*) host_makefile_frag=config/mh-lynxos
cross_only="xiberty" ;;
*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;