]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
authorAaron W. LaFramboise <aaronavay62@aaronwl.com>
Sun, 31 Aug 2008 18:16:09 +0000 (12:16 -0600)
committerAaron W. LaFramboise <aaronwl@gcc.gnu.org>
Sun, 31 Aug 2008 18:16:09 +0000 (12:16 -0600)
2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>

* Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
* Makefile.in: Regenerated.
* testsuite/Makefile.in: Regenerated.

From-SVN: r139838

libgomp/ChangeLog
libgomp/Makefile.am
libgomp/Makefile.in
libgomp/testsuite/Makefile.in

index d9e14eb06c62275507e8eb9a2191db423eb4f750..1c122f052ba316087e164a9d1f6077906ce715f3 100644 (file)
@@ -1,3 +1,9 @@
+2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
+
+       * Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
+       * Makefile.in: Regenerated.
+       * testsuite/Makefile.in: Regenerated.
+
 2008-08-21  Nathan Froyd  <froydnj@codesourcery.com>
 
        * testsuite/libgomp.exp (libgomp_init): Only set things that
index 996802a913a7a9b5a7eb2617f8ee54aa886b99c1..d1967a0280b08027575b64bd55226c83531bbcd1 100644 (file)
@@ -27,7 +27,8 @@ else
 libgomp_version_script =
 endif
 libgomp_version_info = -version-info $(libtool_VERSION)
-libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script)
+libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script) \
+        -no-undefined
 
 libgomp_la_SOURCES = alloc.c barrier.c critical.c env.c error.c iter.c \
        iter_ull.c loop.c loop_ull.c ordered.c parallel.c sections.c single.c \
index 8e0f546c6dfdffdfe98295010c527aae77dfee3c..33822f921cea82cafde410bb6d5ec48d38a83877 100644 (file)
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
+LIBOBJDIR =
 DIST_COMMON = $(am__configure_deps) $(srcdir)/../config.guess \
        $(srcdir)/../config.sub $(srcdir)/../depcomp \
        $(srcdir)/../install-sh $(srcdir)/../ltmain.sh \
@@ -294,7 +295,9 @@ nodist_toolexeclib_HEADERS = libgomp.spec
 @LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@libgomp_version_script = 
 @LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@libgomp_version_script = -Wl,--version-script,$(top_srcdir)/libgomp.map
 libgomp_version_info = -version-info $(libtool_VERSION)
-libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script)
+libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script) \
+        -no-undefined
+
 libgomp_la_SOURCES = alloc.c barrier.c critical.c env.c error.c iter.c \
        iter_ull.c loop.c loop_ull.c ordered.c parallel.c sections.c single.c \
        task.c team.c work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c \
index ae1806fb2da277f167346e0054903cd592916b87..6ce379e8a0c74be6115f587e2ea8ff0ea5c1d7c9 100644 (file)
@@ -36,6 +36,7 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
+LIBOBJDIR =
 subdir = testsuite
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
This page took 0.160525 seconds and 5 git commands to generate.