For FreeBSD, we also have to pass -DSPEC_CPU_MACOSX to avoid the use of
gcvt() in 400.perlbench as this function is not available on FreeBSD.
This define is also required to successfully build 462.libquantum and
483.xalancbmk since SPEC_CPU_BSD is not handled in those benchmarks.
Details
Details
- Reviewers
Meinersbur fhahn naromero77 - Commits
- rT11047081ff02: SPEC2006: Allow building on FreeBSD
Diff Detail
Diff Detail
- Repository
- rT test-suite
That's indeed weird. Thanks for the comment.