mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-20 06:53:59 +08:00
* config/mh-lynxosrs6k: Account for lack of ranlib!
This commit is contained in:
parent
392e46a1c8
commit
ffcb7f05a0
@ -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.
|
||||
|
@ -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
5
config/mh-lynxosrs6k
Normal 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
|
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user