diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 783d1a6..93701e8 100644 --- a/configure.in +++ b/configure.in @@ -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 ;; |