From 6328991e1bd7d8491be4fdbf30efbf627e43a2a1 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 1 Sep 2004 20:46:41 +0000 Subject: [PATCH] * configure.host: Use aix.mh for all powerpc-aix hosts. * config/powerpc/aix432.mh: Delete, no longer necessary. --- gdb/config/powerpc/aix432.mh | 12 ------------ gdb/configure.host | 5 +---- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 gdb/config/powerpc/aix432.mh diff --git a/gdb/config/powerpc/aix432.mh b/gdb/config/powerpc/aix432.mh deleted file mode 100644 index cfe9efe..0000000 --- a/gdb/config/powerpc/aix432.mh +++ /dev/null @@ -1,12 +0,0 @@ -# Host: IBM PowerPC running AIX 4.3.2+ - -NAT_FILE= nm-aix.h - -# aix-thread.o is not listed in NATDEPFILES as it is pulled in by configure. -NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o \ - rs6000-nat.o xcoffread.o xcoffsolib.o - -# When compiled with cc, for debugging, this argument should be passed. -# We have no idea who our current compiler is though, so we skip it. -# MH_CFLAGS = -bnodelcsect - diff --git a/gdb/configure.host b/gdb/configure.host index 3ecac86..f730891 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -106,10 +106,7 @@ mips*-*-netbsd* | mips*-*-knetbsd*-gnu) ns32k-*-netbsd*) gdb_host=nbsdaout ;; -powerpc-*-aix3*) gdb_host=aix ;; -powerpc-*-aix4.[0-2]*) gdb_host=aix ;; -powerpc-*-aix4.3.[0-1]*) gdb_host=aix ;; -powerpc-*-aix*) gdb_host=aix432 ;; +powerpc-*-aix*) gdb_host=aix ;; powerpc-*-linux*) gdb_host=linux ;; powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu) gdb_host=nbsd ;; -- 2.7.4