diff options
author | Stu Grossman <grossman@cygnus> | 1994-02-01 02:43:21 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-02-01 02:43:21 +0000 |
commit | ffcb7f05a096b7960f7359a6f8dcd4dad508d1a4 (patch) | |
tree | b8d391967e7a06aeff1f727840c38bcdb70398f7 /configure.in | |
parent | 392e46a1c85b3c70f7063a1b252910c65e67b4f5 (diff) | |
download | gdb-ffcb7f05a096b7960f7359a6f8dcd4dad508d1a4.zip gdb-ffcb7f05a096b7960f7359a6f8dcd4dad508d1a4.tar.gz gdb-ffcb7f05a096b7960f7359a6f8dcd4dad508d1a4.tar.bz2 |
* config/mh-lynxosrs6k: Account for lack of ranlib!
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 ;; |