commit | 11047081ff024bfbda16e35d09c4feb3b0aecd45 | [log] [tgz] |
---|---|---|
author | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | Tue May 10 08:58:31 2022 |
committer | Alex Richardson <alexrichardson@google.com> | Tue May 10 08:58:32 2022 |
tree | 6c0ef92f9f5e6503213556f1adda94dec4b79d46 | |
parent | 2a41ecd2330928dca57343d81528feba040ceb5a [diff] |
SPEC2006: Allow building on FreeBSD 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. Reviewed By: Meinersbur, fhahn Differential Revision: https://reviews.llvm.org/D124393