diff options
Diffstat (limited to 'backends')
| -rw-r--r-- | backends/ChangeLog | 12 | ||||
| -rw-r--r-- | backends/Makefile.am | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index fe61d9cc..95996237 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -498,6 +498,10 @@ * ppc_attrs.c (ppc_check_object_attribute): Handle tag GNU_Power_ABI_Struct_Return. +2009-01-23 Roland McGrath <[email protected]> + + * Makefile.am (libebl_%.so): Use $(LD_AS_NEEDED). + 2008-10-04 Ulrich Drepper <[email protected]> * i386_reloc.def: Fix entries for TLS_GOTDESC, TLS_DESC_CALL, and @@ -825,6 +829,11 @@ * sparc_init.c: Likewise. * x86_64_init.c: Likewise. +2005-11-22 Roland McGrath <[email protected]> + + * Makefile.am (LD_AS_NEEDED): New variable, substituted by configure. + (libebl_%.so rule): Use it in place of -Wl,--as-needed. + 2005-11-19 Roland McGrath <[email protected]> * ppc64_reloc.def: REL30 -> ADDR30. @@ -847,6 +856,9 @@ * Makefile.am (uninstall): Don't try to remove $(pkgincludedir). (CLEANFILES): Add libebl_$(m).so. + * Makefile.am (WEXTRA): New variable, substituted by configure. + (AM_CFLAGS): Use it in place of -Wextra. + * ppc_reloc.def: Update bits per Alan Modra <[email protected]>. * ppc64_reloc.def: Likewise. diff --git a/backends/Makefile.am b/backends/Makefile.am index 21d7bd24..fe920c99 100644 --- a/backends/Makefile.am +++ b/backends/Makefile.am @@ -119,7 +119,7 @@ libebl_%.so libebl_%.map: libebl_%_pic.a $(libelf) $(libdw) $(LINK) -shared -o $(@:.map=.so) \ -Wl,--whole-archive $< $(cpu_$*) -Wl,--no-whole-archive \ -Wl,--version-script,$(@:.so=.map) \ - -Wl,-z,defs -Wl,--as-needed $(libelf) $(libdw) + -Wl,-z,defs $(LD_AS_NEEDED) $(libelf) $(libdw) @$(textrel_check) libebl_i386.so: $(cpu_i386) |
