diff options
author | Aaron W. LaFramboise <aaronavay62@aaronwl.com> | 2008-08-31 12:16:09 -0600 |
---|---|---|
committer | Aaron W. LaFramboise <aaronwl@gcc.gnu.org> | 2008-08-31 12:16:09 -0600 |
commit | 6528b88d94b120185f9c8971749fb2d32870d66b (patch) | |
tree | b328e60219041f5efce26775a94b0efc7d64be7c /libgomp/testsuite | |
parent | d89f0ad6225ed957153f92edf50f06890193c32f (diff) | |
download | gcc-6528b88d94b120185f9c8971749fb2d32870d66b.zip gcc-6528b88d94b120185f9c8971749fb2d32870d66b.tar.gz gcc-6528b88d94b120185f9c8971749fb2d32870d66b.tar.bz2 |
Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
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
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r-- | libgomp/testsuite/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/testsuite/Makefile.in b/libgomp/testsuite/Makefile.in index ae1806f..6ce379e 100644 --- a/libgomp/testsuite/Makefile.in +++ b/libgomp/testsuite/Makefile.in @@ -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 |