diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-09-01 20:46:41 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-09-01 20:46:41 +0000 |
commit | 6328991e1bd7d8491be4fdbf30efbf627e43a2a1 (patch) | |
tree | bd94b6057ff3326d9b6e952ed68cc5362776f7e3 /gdb/config/powerpc | |
parent | a343eb3cbf1cc22fbe14108bd1c5408aaf241d2c (diff) | |
download | gdb-6328991e1bd7d8491be4fdbf30efbf627e43a2a1.zip gdb-6328991e1bd7d8491be4fdbf30efbf627e43a2a1.tar.gz gdb-6328991e1bd7d8491be4fdbf30efbf627e43a2a1.tar.bz2 |
* configure.host: Use aix.mh for all powerpc-aix hosts.
* config/powerpc/aix432.mh: Delete, no longer necessary.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/aix432.mh | 12 |
1 files changed, 0 insertions, 12 deletions
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 - |