]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
(LOADLIBES) Move link flag for pthread library to here from Makefile.in.
authorNick Roberts <nickrob@snap.net.nz>
Wed, 30 Aug 2006 01:27:05 +0000 (01:27 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 30 Aug 2006 01:27:05 +0000 (01:27 +0000)
gdb/config/i386/linux.mh

index 62fff994b301280640e974771f6de2cc1537fd48..105114a15e213345947135c0287e513c3ca51e91 100644 (file)
@@ -7,5 +7,5 @@ NATDEPFILES= inf-ptrace.o fork-child.o corelow.o \
        linux-nat.o linux-fork.o
 
 # The dynamically loaded libthread_db needs access to symbols in the
-# gdb executable.
-LOADLIBES = -ldl -rdynamic
+# gdb executable.  Asynchronous operation needs libpthread.
+LOADLIBES = -ldl -rdynamic -lpthread