aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
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/gcc.c
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/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 83607e55..dff7477 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -924,7 +924,7 @@ static const char *const multilib_defaults_raw[] = MULTILIB_DEFAULTS;
#define DRIVER_SELF_SPECS ""
#endif
-/* Adding -fopenmp should imply pthreads. This is particularly important
+/* Linking to libgomp implies pthreads. This is particularly important
for targets that use different start files and suchlike. */
#ifndef GOMP_SELF_SPECS
#define GOMP_SELF_SPECS "%{fopenmp|ftree-parallelize-loops=*: -pthread}"