diff options
-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) |