aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-04-25 10:41:52 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-04-25 10:41:52 +0200
commitb5ffdc48c20ae865b197b67e5a9068a528fbc198 (patch)
treee9951d8b2b9257eb5386acdfdc5adb08beed9213 /ChangeLog
parent94a4e9e4f401ffe829a992820439977ead0a0ce7 (diff)
downloadglibc-b5ffdc48c20ae865b197b67e5a9068a528fbc198.tar
glibc-b5ffdc48c20ae865b197b67e5a9068a528fbc198.tar.gz
glibc-b5ffdc48c20ae865b197b67e5a9068a528fbc198.tar.bz2
glibc-b5ffdc48c20ae865b197b67e5a9068a528fbc198.zip
benchtests: Enable BIND_NOW if configured with --enable-bind-now
Benchmarks should reflect distribution build policies, so it makes sense to honor the BIND_NOW configuration for them. This commit keeps using $(+link-tests), so that the benchmarks are linked according to the --enable-hardcoded-path-in-tests configure option. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b678cf37b..d735e1c437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2019-04-25 Florian Weimer <fweimer@redhat.com>
+ benchtests: Enable BIND_NOW if configured with --enable-bind-now.
+ * benchtests/Makefile [$(bind-now)] (link-bench-bind-now): Set.
+ (bench-link-targets): New variable.
+ ($(binaries-bench) …): Use it. Set LDFLAGS accordingly.
+
+2019-04-25 Florian Weimer <fweimer@redhat.com>
+
Also enable BIND_NOW for programs if --enable-bind-now.
* Makeconfig [$(bind-now)] (link-extra-flags): Add -Wl,-z,now.
(+link-pie): Use $(link-extra-flags).