Commit 715fda99 by Steve Ellcey Committed by Steve Ellcey

hpux.h (LIB_SPEC): Add -lrt for when using -pthread -fopenmp

2009-08-27  Steve Ellcey  <sje@cup.hp.com>

	* config/ia64/hpux.h (LIB_SPEC): Add -lrt for when
	using -pthread -fopenmp

From-SVN: r151151
parent 2711df18
2009-08-27 Steve Ellcey <sje@cup.hp.com>
* config/ia64/hpux.h (LIB_SPEC): Add -lrt for when
using -pthread -fopenmp
2009-08-27 Gerald Pfeifer <gerald@pfeifer.com> 2009-08-27 Gerald Pfeifer <gerald@pfeifer.com>
* doc/service.texi (service directory): Update URL. * doc/service.texi (service directory): Update URL.
......
...@@ -86,7 +86,7 @@ do { \ ...@@ -86,7 +86,7 @@ do { \
#undef LIB_SPEC #undef LIB_SPEC
#define LIB_SPEC \ #define LIB_SPEC \
"%{!shared: \ "%{!shared: \
%{mt|pthread:-lpthread} \ %{mt|pthread:%{fopenmp:-lrt} -lpthread} \
%{p:%{!mlp64:-L/usr/lib/hpux32/libp} \ %{p:%{!mlp64:-L/usr/lib/hpux32/libp} \
%{mlp64:-L/usr/lib/hpux64/libp} -lprof} \ %{mlp64:-L/usr/lib/hpux64/libp} -lprof} \
%{pg:%{!mlp64:-L/usr/lib/hpux32/libp} \ %{pg:%{!mlp64:-L/usr/lib/hpux32/libp} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment