diff options
author | Will Newton <will.newton@linaro.org> | 2013-09-02 14:00:45 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2013-09-04 15:38:41 +0100 |
commit | cae16d66756dfb76b6b4c804e5eb1218d587c60f (patch) | |
tree | a0697147c17a592bcf2fab9b68f4f2101fdbe849 /ChangeLog | |
parent | ddd9fb8f135a60925fc5491300068b7809601632 (diff) | |
download | glibc-cae16d66756dfb76b6b4c804e5eb1218d587c60f.tar.gz glibc-cae16d66756dfb76b6b4c804e5eb1218d587c60f.tar.xz 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-- | ChangeLog | 4 |
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] |