From 204e9e17f0216156c29a3265755440e3b59a7e48 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Tue, 21 Sep 2010 11:28:15 -0500 Subject: [PATCH 5/6] IRIX 6.5 needs -lpthread At least when building -with-python --- gdb/config/mips/irix6.mh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gdb/config/mips/irix6.mh b/gdb/config/mips/irix6.mh index de212b2..6f57035 100644 --- a/gdb/config/mips/irix6.mh +++ b/gdb/config/mips/irix6.mh @@ -1,3 +1,4 @@ # Host: SGI Iris running irix 6.x NATDEPFILES= fork-child.o irix5-nat.o corelow.o procfs.o \ proc-api.o proc-events.o proc-flags.o proc-why.o +NAT_CLIBS= -lpthread -- 1.7.0.1