diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-04 10:48:01 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-04 10:48:01 +0000 |
commit | 22319a8009fe6fe1a8252e7ee76543a390913b9f (patch) | |
tree | 785c2481cac737101b247586d6fe433c9911b392 /boehm-gc | |
parent | 482b3b676b11c65fc8f358e5e901103384ccbf62 (diff) | |
download | gcc-22319a8009fe6fe1a8252e7ee76543a390913b9f.tar.gz |
2013-09-04 Matthias Klose <doko@ubuntu.com>
* Makefile.am (libgcjgc_la_LIBADD): Add EXTRA_TEST_LIBS.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 5 | ||||
-rw-r--r-- | boehm-gc/Makefile.am | 2 | ||||
-rw-r--r-- | boehm-gc/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 4524b312ef7..0cd4dbec4d5 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2013-09-04 Matthias Klose <doko@ubuntu.com> + + * Makefile.am (libgcjgc_la_LIBADD): Add EXTRA_TEST_LIBS. + * Makefile.in: Regenerate. + 2013-03-16 Yvan Roux <yvan.roux@linaro.org> * include/private/gcconfig.h (AARCH64): New macro (defined only if diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index 2b68938e18d..468e6ffc9b4 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -35,7 +35,7 @@ sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s # Include THREADLIBS here to ensure that the correct versions of # linuxthread semaphore functions get linked: -libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS) +libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS) $(EXTRA_TEST_LIBS) libgcjgc_la_DEPENDENCIES = $(addobjs) libgcjgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:2:0 -rpath $(toolexeclibdir) libgcjgc_la_LINK = $(LINK) $(libgcjgc_la_LDFLAGS) diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index e1a3b70ca34..cd588103659 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/Makefile.in @@ -338,7 +338,7 @@ sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s # Include THREADLIBS here to ensure that the correct versions of # linuxthread semaphore functions get linked: -libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS) +libgcjgc_la_LIBADD = $(addobjs) $(THREADLIBS) $(EXTRA_TEST_LIBS) libgcjgc_la_DEPENDENCIES = $(addobjs) libgcjgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:2:0 -rpath $(toolexeclibdir) libgcjgc_la_LINK = $(LINK) $(libgcjgc_la_LDFLAGS) |