aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <sid@reserved-bit.com>2016-04-20 13:19:01 +0530
committerSiddhesh Poyarekar <sid@reserved-bit.com>2016-04-20 13:19:01 +0530
commit2d304f3c6f5c34b4dd34c7ab0663d93adec14c26 (patch)
tree70d1819bbf55ad7353ea296fc354fd0b48e06385 /ChangeLog
parentd7aea0cf06a469dac56aee445ba089d61795fbdc (diff)
downloadglibc-2d304f3c6f5c34b4dd34c7ab0663d93adec14c26.tar
glibc-2d304f3c6f5c34b4dd34c7ab0663d93adec14c26.tar.gz
glibc-2d304f3c6f5c34b4dd34c7ab0663d93adec14c26.tar.bz2
glibc-2d304f3c6f5c34b4dd34c7ab0663d93adec14c26.zip
benchtests: Support for cross-building benchmarks
This patch adds full support for cross-building benchmarks. Some benchmarks like those that need locales to be generated cannot be built and are hence skipped for cross builds. Tested by cross building for aarch64 on x86_64 and then running the generated benchmark on aarch64. * benchtests/Makefile (wcsmbs-benchset): Include only for native builds and runs. (LOCALES): Likewise. (bench-build): Build timing-type here instead of the bench target. Generate locale only for native builds. * benchtests/README: Add note for cross-building.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f26f8f8f1a..ded10937fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2016-04-20 Siddhesh Poyarekar <sid@reserved-bit.com>
+ * benchtests/Makefile (wcsmbs-benchset): Include only for
+ native builds and runs.
+ (LOCALES): Likewise.
+ (bench-build): Build timing-type here instead of the bench
+ target. Generate locale only for native builds.
+ * benchtests/README: Add note for cross-building.
+
* benchtests/Makefile (bench-clean): Clean up extra-objs.
* benchtests/README: Update README to include instructions on