diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-07-30 19:59:06 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-07-30 19:59:06 +0000 |
commit | c41669e09aa7230074f63cda6d1c663320bbd2f1 (patch) | |
tree | d038ebc2ad0ba76982cee44577782888eae1b564 /gdb/config/powerpc | |
parent | 460597bab5ea450ca0c76f80d7ee5f0ba9f62db7 (diff) | |
download | gdb-c41669e09aa7230074f63cda6d1c663320bbd2f1.zip gdb-c41669e09aa7230074f63cda6d1c663320bbd2f1.tar.gz gdb-c41669e09aa7230074f63cda6d1c663320bbd2f1.tar.bz2 |
Configury changes to enable recently added AIX thread support.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/aix432.mh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/config/powerpc/aix432.mh b/gdb/config/powerpc/aix432.mh new file mode 100644 index 0000000..fc74eb7 --- /dev/null +++ b/gdb/config/powerpc/aix432.mh @@ -0,0 +1,19 @@ +# Host: IBM PowerPC running AIX 4.3.2+ + +XM_FILE= xm-aix.h + +NAT_FILE= nm-aix.h +NATDEPFILES= aix-thread.o 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 + +# gdb is too big for all of its external symbols to fit in a small TOC +# It looks like the GNU linker doesn't understand the -bbigtoc switch. +# This switch may be needed for some vendor compilers. +# MH_LDFLAGS = -Wl,-bbigtoc + +# pthread debugging support +NAT_CLIBS = -lpthdebug |