diff options
author | Siddhesh Poyarekar <sid@reserved-bit.com> | 2016-04-20 13:19:01 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <sid@reserved-bit.com> | 2016-04-20 13:19:01 +0530 |
commit | 2d304f3c6f5c34b4dd34c7ab0663d93adec14c26 (patch) | |
tree | 70d1819bbf55ad7353ea296fc354fd0b48e06385 /ChangeLog | |
parent | d7aea0cf06a469dac56aee445ba089d61795fbdc (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |