From 5b9a94504088e7452ea562233e9643e0d8205df6 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Wed, 19 Jan 2011 10:29:54 +0000 Subject: 2011-01-19 Basile Starynkevitch MELT branch merged with trunk rev 168984 2011-01-19 Basile Starynkevitch * gcc/melt/warmelt-outobj.melt (generate_runtypesupport_mapfun): Correct some typos in generated code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@168988 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/configure.tgt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libgomp/configure.tgt') diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index 4a564452cef..429c8e6bca2 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -124,6 +124,11 @@ case "${target}" in config_path="bsd posix" ;; + *-*-freebsd*) + # Need to link with -lpthread so libgomp.so is self-contained. + XLDFLAGS="${XLDFLAGS} -lpthread" + ;; + mips-sgi-irix6*) # Need to link with -lpthread so libgomp.so is self-contained. XLDFLAGS="${XLDFLAGS} -lpthread" -- cgit v1.2.1