aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1993-10-21 18:40:48 +0000
committerStan Shebs <shebs@codesourcery.com>1993-10-21 18:40:48 +0000
commit312cae61a0296993079dce29daf6bf4a4270cc35 (patch)
treefdbba36bc2048bf726dce551b91c6038130966ec /configure.in
parent5280bd62ff60dcb09370cf051a818eb3433988ad (diff)
downloadgdb-312cae61a0296993079dce29daf6bf4a4270cc35.zip
gdb-312cae61a0296993079dce29daf6bf4a4270cc35.tar.gz
gdb-312cae61a0296993079dce29daf6bf4a4270cc35.tar.bz2
Always build newlib for native Lynx.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index db00e96..4fa6382 100644
--- a/configure.in
+++ b/configure.in
@@ -106,7 +106,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 ;;
- *-*-lynxos*) host_makefile_frag=config/mh-lynxos ;;
+ *-*-lynxos*) host_makefile_frag=config/mh-lynxos
+ cross_only="xiberty" ;;
*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
*-*-sysv*) host_makefile_frag=config/mh-sysv ;;
esac