From 93e1dce9a1f01ee68890afee8ccd9e6bd15bf1b4 Mon Sep 17 00:00:00 2001 From: Geoff Keating Date: Mon, 10 Jan 2000 18:33:55 +0000 Subject: [PATCH] configure.in: Use mt-aix43 to handle *_TARGET defs, not mh-aix43. * configure.in: Use mt-aix43 to handle *_TARGET defs, not mh-aix43. * config/mh-aix43: Delete, move to mt-aix43. * config/mt-aix43: New file. From-SVN: r31303 --- config/ChangeLog | 5 +++++ config/{mh-aix43 => mt-aix43} | 0 configure.in | 8 ++++---- 3 files changed, 9 insertions(+), 4 deletions(-) rename config/{mh-aix43 => mt-aix43} (100%) diff --git a/config/ChangeLog b/config/ChangeLog index 44e5f690d9ea..2bb3bf5acde1 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2000-01-06 Geoff Keating + + * mh-aix43: Delete, move to mt-aix43. + * mt-aix43: New file. + Tue Sep 7 23:31:01 1999 Linas Vepstas * mh-openedition: New file. diff --git a/config/mh-aix43 b/config/mt-aix43 similarity index 100% rename from config/mh-aix43 rename to config/mt-aix43 diff --git a/configure.in b/configure.in index 5b154f58e5a0..f7459bc1eba5 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 @@ -234,9 +234,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" ;; @@ -343,6 +340,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 -- 2.43.5