aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-04-26 21:56:36 +0000
committerStan Shebs <shebs@codesourcery.com>1994-04-26 21:56:36 +0000
commit89c274863526e28024e266bde95797f98b130194 (patch)
tree58dd94ec2e16005709830c800b25a32deb406a47 /configure.in
parentc435aba8102a91c72137e161b39a1072ba74bfad (diff)
downloadfsf-binutils-gdb-89c274863526e28024e266bde95797f98b130194.zip
fsf-binutils-gdb-89c274863526e28024e266bde95797f98b130194.tar.gz
fsf-binutils-gdb-89c274863526e28024e266bde95797f98b130194.tar.bz2
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 924edac..d47c698 100644
--- a/configure.in
+++ b/configure.in
@@ -107,10 +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" ;;
+ rs6000-*-lynxos*) host_makefile_frag=config/mh-lynxosrs6k ;;
+ *-*-lynxos*) host_makefile_frag=config/mh-lynxos ;;
*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
*-*-sysv*) host_makefile_frag=config/mh-sysv ;;
esac
@@ -262,6 +260,10 @@ case "${target}" in
*-*-sysv4)
use_gnu_ld=no
;;
+ *-*-lynxos*)
+ # Newlib makes problems for libg++ in crosses.
+ noconfigdirs="$noconfigdirs newlib"
+ ;;
*-*-vms)
noconfigdirs="$noconfigdirs bfd ld binutils gdb"
;;