aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-09-02 14:00:45 +0100
committerWill Newton <will.newton@linaro.org>2013-09-04 15:38:41 +0100
commitcae16d66756dfb76b6b4c804e5eb1218d587c60f (patch)
treea0697147c17a592bcf2fab9b68f4f2101fdbe849 /ChangeLog
parentddd9fb8f135a60925fc5491300068b7809601632 (diff)
downloadglibc-cae16d66756dfb76b6b4c804e5eb1218d587c60f.tar
glibc-cae16d66756dfb76b6b4c804e5eb1218d587c60f.tar.gz
glibc-cae16d66756dfb76b6b4c804e5eb1218d587c60f.tar.bz2
glibc-cae16d66756dfb76b6b4c804e5eb1218d587c60f.zip
benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
LDFLAGS puts the library too early in the command line if --as-needed is being used. Use LDLIBS instead. ChangeLog: 2013-09-04 Will Newton <will.newton@linaro.org> * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8e9f9a32a..743d718361 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-04 Will Newton <will.newton@linaro.org>
+
+ * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
+
2013-09-03 Joseph Myers <joseph@codesourcery.com>
[BZ #15427]