diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-11-29 00:30:06 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-11-29 00:30:06 +0000 |
commit | d92419e5e96545b7021e28c14db0576ad0b1790b (patch) | |
tree | 2251017942131a539e89ad55fa89b55636a24ebc /gdb/config/powerpc | |
parent | 8c69fc49d578e8e608cc3bfb4d3a58ddd9f19c32 (diff) | |
download | gdb-d92419e5e96545b7021e28c14db0576ad0b1790b.zip gdb-d92419e5e96545b7021e28c14db0576ad0b1790b.tar.gz gdb-d92419e5e96545b7021e28c14db0576ad0b1790b.tar.bz2 |
* configure.in: Check that the pthdebug library is recent enough
before enabling thread support on native AiX.
* configure: Regenerate.
* config/powerpc/aix432.mh (NATDEPFILES): Remove aix-thread.o
from the list of object files as it is now appended by configure
if thread support is enabled.
(NAT_CLIBS): Removed as -lpthdebug is also appended by configure
if thread support is enabled.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/aix432.mh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/config/powerpc/aix432.mh b/gdb/config/powerpc/aix432.mh index fc74eb7..f69e61a 100644 --- a/gdb/config/powerpc/aix432.mh +++ b/gdb/config/powerpc/aix432.mh @@ -3,7 +3,7 @@ XM_FILE= xm-aix.h NAT_FILE= nm-aix.h -NATDEPFILES= aix-thread.o fork-child.o infptrace.o inftarg.o corelow.o \ +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. @@ -15,5 +15,3 @@ NATDEPFILES= aix-thread.o fork-child.o infptrace.o inftarg.o corelow.o \ # This switch may be needed for some vendor compilers. # MH_LDFLAGS = -Wl,-bbigtoc -# pthread debugging support -NAT_CLIBS = -lpthdebug |