mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
* configure.in (*-*-lynxos*): Don't configure newlib for either native or cross Lynx. Brought over from 94Q1.
This commit is contained in:
parent
c435aba810
commit
89c2748635
@ -1,6 +1,12 @@
|
|||||||
|
Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in (*-*-lynxos*): Don't configure newlib for either
|
||||||
|
native or cross Lynx.
|
||||||
|
|
||||||
Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
|
Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
|
||||||
|
|
||||||
* config.sub (sparc64-elf): Fix os.
|
* config.sub (sparc64-elf): Fix os.
|
||||||
|
(z8k): Remove duplicate.
|
||||||
|
|
||||||
Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
|
10
configure.in
10
configure.in
@ -107,10 +107,8 @@ case "${host}" in
|
|||||||
*-sun-*) host_makefile_frag=config/mh-sun ;;
|
*-sun-*) host_makefile_frag=config/mh-sun ;;
|
||||||
*-hp-hpux*) host_makefile_frag=config/mh-hpux ;;
|
*-hp-hpux*) host_makefile_frag=config/mh-hpux ;;
|
||||||
*-*-hiux*) host_makefile_frag=config/mh-hpux ;;
|
*-*-hiux*) host_makefile_frag=config/mh-hpux ;;
|
||||||
rs6000-*-lynxos*) host_makefile_frag=config/mh-lynxosrs6k
|
rs6000-*-lynxos*) host_makefile_frag=config/mh-lynxosrs6k ;;
|
||||||
cross_only="xiberty" ;;
|
*-*-lynxos*) host_makefile_frag=config/mh-lynxos ;;
|
||||||
*-*-lynxos*) host_makefile_frag=config/mh-lynxos
|
|
||||||
cross_only="xiberty" ;;
|
|
||||||
*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
||||||
*-*-sysv*) host_makefile_frag=config/mh-sysv ;;
|
*-*-sysv*) host_makefile_frag=config/mh-sysv ;;
|
||||||
esac
|
esac
|
||||||
@ -262,6 +260,10 @@ case "${target}" in
|
|||||||
*-*-sysv4)
|
*-*-sysv4)
|
||||||
use_gnu_ld=no
|
use_gnu_ld=no
|
||||||
;;
|
;;
|
||||||
|
*-*-lynxos*)
|
||||||
|
# Newlib makes problems for libg++ in crosses.
|
||||||
|
noconfigdirs="$noconfigdirs newlib"
|
||||||
|
;;
|
||||||
*-*-vms)
|
*-*-vms)
|
||||||
noconfigdirs="$noconfigdirs bfd ld binutils gdb"
|
noconfigdirs="$noconfigdirs bfd ld binutils gdb"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user