diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-12-02 15:44:50 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-12-02 15:44:50 +0000 |
commit | f4ede9bc9535ff0550f9b8e4aa8895c31958efa3 (patch) | |
tree | 0d9d6c5d197d7dc337597dcce55806153c386c8f /gdb/config | |
parent | fea179166e09be4b64b3d961537534ca02ab0e9d (diff) | |
download | gdb-f4ede9bc9535ff0550f9b8e4aa8895c31958efa3.zip gdb-f4ede9bc9535ff0550f9b8e4aa8895c31958efa3.tar.gz gdb-f4ede9bc9535ff0550f9b8e4aa8895c31958efa3.tar.bz2 |
* config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining
why aix-thread.o is not listed.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/powerpc/aix432.mh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/powerpc/aix432.mh b/gdb/config/powerpc/aix432.mh index f69e61a..fc7a8b1 100644 --- a/gdb/config/powerpc/aix432.mh +++ b/gdb/config/powerpc/aix432.mh @@ -3,6 +3,8 @@ XM_FILE= xm-aix.h 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 |