From d92419e5e96545b7021e28c14db0576ad0b1790b Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 29 Nov 2002 00:30:06 +0000 Subject: * 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. --- gdb/config/powerpc/aix432.mh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gdb/config/powerpc') 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 -- cgit v1.1