diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-01-16 21:32:07 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-16 21:32:07 -0500 |
commit | 1f20b93a6c695ba97a6a334f91b9369185e4e859 (patch) | |
tree | bee81ff68f9e48f7c3dd48a746a1bdab55ff1813 /ChangeLog | |
parent | 77e8bddff3fe1395d73515edfbfaa4441f8aa1cb (diff) | |
download | glibc-1f20b93a6c695ba97a6a334f91b9369185e4e859.tar.gz glibc-1f20b93a6c695ba97a6a334f91b9369185e4e859.tar.xz glibc-1f20b93a6c695ba97a6a334f91b9369185e4e859.zip |
Fix missing dependencies and ensure correct CPPFLAGS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ad143eb0a5..834e16449f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2011-01-16 Andreas Schwab <schwab@linux-m68k.org> + * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define. + (modules-names): Use them. + (ifunc-test-modules, ifunc-pie-tests): Define. + (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules, + tst-pie1, ifunc-test-modules and ifunc-pie-tests objects. + (test-extras): Likewise. + ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use + $(compile-command.c). + ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise. + (all-built-dso): Define. + (check-textrel.out, check-execstack.out): Depend on it. + * configure.in: Don't override --enable-multi-arch. 2011-01-15 Ulrich Drepper <drepper@gmail.com> |