Index: configure.in =================================================================== RCS file: /cvs/src/src/gdb/configure.in,v retrieving revision 1.124 diff -u -r1.124 configure.in --- configure.in 17 Feb 2003 21:56:29 -0000 1.124 +++ configure.in 20 Feb 2003 05:35:58 -0000 @@ -875,7 +875,6 @@ if test $gdb_cv_have_aix_thread_debug = yes; then CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c" CONFIG_LIB_OBS="${CONFIG_LIB_OBS} aix-thread.o" - CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -lpthdebug" fi ;; esac Index: config/powerpc/aix432.mh =================================================================== RCS file: /cvs/src/src/gdb/config/powerpc/aix432.mh,v retrieving revision 1.3 diff -u -r1.3 aix432.mh --- config/powerpc/aix432.mh 2 Dec 2002 15:44:22 -0000 1.3 +++ config/powerpc/aix432.mh 20 Feb 2003 05:35:58 -0000 @@ -17,3 +17,5 @@ # This switch may be needed for some vendor compilers. # MH_LDFLAGS = -Wl,-bbigtoc +# pthread debugging support +NAT_CLIBS = -lpthdebug