aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64/hpux.h
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-11-07 16:07:34 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2013-11-07 16:07:34 +0100
commitde14871c88330996f2aeec4f9331aee85b664bd7 (patch)
treeaef72f75ea80aeea4373ea725a6b2bd6c9b83f78 /gcc/config/ia64/hpux.h
parent7190fdc1906cfdfee00dc32197bee568d8174b71 (diff)
downloadgcc-de14871c88330996f2aeec4f9331aee85b664bd7.zip
gcc-de14871c88330996f2aeec4f9331aee85b664bd7.tar.gz
gcc-de14871c88330996f2aeec4f9331aee85b664bd7.tar.bz2
Generally link to libgomp for -ftree-parallelize-loops=*.
gcc/ * config/arc/arc.h (LINK_COMMAND_SPEC): For -ftree-parallelize-loops=*, link to libgomp and its dependencies. * config/ia64/hpux.h (LIB_SPEC): Likewise. * config/pa/pa-hpux11.h (LIB_SPEC): Likewise. * config/pa/pa64-hpux.h (LIB_SPEC): Likewise. * gcc.c (GOMP_SELF_SPECS): Update comment about libgomp's dependencies. libgomp/ * libgomp.spec.in: Update comment about libgomp's dependencies. * configure.ac: Likewise. * configure: Regenerate. From-SVN: r204517
Diffstat (limited to 'gcc/config/ia64/hpux.h')
-rw-r--r--gcc/config/ia64/hpux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h
index ca592e4..517132c 100644
--- a/gcc/config/ia64/hpux.h
+++ b/gcc/config/ia64/hpux.h
@@ -92,7 +92,7 @@ do { \
#undef LIB_SPEC
#define LIB_SPEC \
"%{!shared: \
- %{mt|pthread:%{fopenmp:-lrt} -lpthread} \
+ %{mt|pthread:%{fopenmp|ftree-parallelize-loops=*:-lrt} -lpthread} \
%{p:%{!mlp64:-L/usr/lib/hpux32/libp} \
%{mlp64:-L/usr/lib/hpux64/libp} -lprof} \
%{pg:%{!mlp64:-L/usr/lib/hpux32/libp} \