diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-01-12 18:56:45 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-01-12 18:56:45 +0000 |
commit | 91b2c84db09cd67af285d1866c78df1a9bc111b5 (patch) | |
tree | 6feb9212ade0f93d01bc852ce088c32a022aec94 /configure.in | |
parent | 2d0e6f43d34855cf0d970894af0a19fdbbccade7 (diff) | |
download | fsf-binutils-gdb-91b2c84db09cd67af285d1866c78df1a9bc111b5.zip fsf-binutils-gdb-91b2c84db09cd67af285d1866c78df1a9bc111b5.tar.gz fsf-binutils-gdb-91b2c84db09cd67af285d1866c78df1a9bc111b5.tar.bz2 |
Merge in changes from egcs for AIX cross-compilation support.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index a9221a6..ac7ba63 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ ## For more information on these two systems, check out the documentation ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi). -# Copyright (C) 1992, 93, 94, 95, 96, 97, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992-99, 2000 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -223,9 +223,6 @@ case "${host}" in *-*-lynxos*) host_makefile_frag="${host_makefile_frag} config/mh-lynxos" ;; - *-*-aix4.[3456789]* | *-*-aix[56789].*) - host_makefile_frag="${host_makefile_frag} config/mh-aix43" - ;; *-*-sysv4*) host_makefile_frag="${host_makefile_frag} config/mh-sysv4" ;; @@ -332,6 +329,9 @@ case "${target}" in *-*-linux-gnu) target_makefile_frag="${target_makefile_frag} config/mt-linux" ;; + *-*-aix4.[3456789]* | *-*-aix[56789].*) + target_makefile_frag="${target_makefile_frag} config/mt-aix43" + ;; esac # If --enable-target-optspace always use -Os instead of -O2 to build |