aboutsummaryrefslogtreecommitdiff
path: root/libgomp
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 /libgomp
parent7190fdc1906cfdfee00dc32197bee568d8174b71 (diff)
downloadgcc-de14871c88330996f2aeec4f9331aee85b664bd7.tar.gz
gcc-de14871c88330996f2aeec4f9331aee85b664bd7.tar.bz2
gcc-de14871c88330996f2aeec4f9331aee85b664bd7.zip
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 'libgomp')
-rw-r--r--libgomp/ChangeLog6
-rwxr-xr-xlibgomp/configure2
-rw-r--r--libgomp/configure.ac2
-rw-r--r--libgomp/libgomp.spec.in2
4 files changed, 9 insertions, 3 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index e04c56a45a2..507a589200e 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
+
+ * libgomp.spec.in: Update comment about libgomp's dependencies.
+ * configure.ac: Likewise.
+ * configure: Regenerate.
+
2013-10-16 Tobias Burnus <burnus@net-b.de>
* libgomp.texi: (Runtime Library Routines): Update references for
diff --git a/libgomp/configure b/libgomp/configure
index 06276e13222..766eb098089 100755
--- a/libgomp/configure
+++ b/libgomp/configure
@@ -16154,7 +16154,7 @@ else
fi
# Set up the set of libraries that we need to link against for libgomp.
-# Note that the GOMP_SELF_SPEC in gcc.c will force -pthread for -fopenmp,
+# Note that the GOMP_SELF_SPEC in gcc.c may force -pthread,
# which will force linkage against -lpthread (or equivalent for the system).
# That's not 100% ideal, but about the best we can do easily.
if test $enable_shared = yes; then
diff --git a/libgomp/configure.ac b/libgomp/configure.ac
index e7fbb31d74a..84d250f0b19 100644
--- a/libgomp/configure.ac
+++ b/libgomp/configure.ac
@@ -274,7 +274,7 @@ else
fi
# Set up the set of libraries that we need to link against for libgomp.
-# Note that the GOMP_SELF_SPEC in gcc.c will force -pthread for -fopenmp,
+# Note that the GOMP_SELF_SPEC in gcc.c may force -pthread,
# which will force linkage against -lpthread (or equivalent for the system).
# That's not 100% ideal, but about the best we can do easily.
if test $enable_shared = yes; then
diff --git a/libgomp/libgomp.spec.in b/libgomp/libgomp.spec.in
index b7319f33a53..5651603f487 100644
--- a/libgomp/libgomp.spec.in
+++ b/libgomp/libgomp.spec.in
@@ -1,3 +1,3 @@
# This spec file is read by gcc when linking. It is used to specify the
-# standard libraries we need in order to link with -fopenmp.
+# standard libraries we need in order to link with libgomp.
*link_gomp: @link_gomp@