diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-09-03 12:11:37 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-09-03 12:11:37 +0000 |
| commit | 2b64c00c4e5b124055f4db6e878c6b2da54ee2d2 (patch) | |
| tree | 82ead474fc156954d7b8d9d4e46bcf2fae3dd174 /benchmarks/fio | |
| parent | Textadept is fast, minimalist, extensible cross-platform text editor. (diff) | |
benchmarks/fio: fix build on GCC architectures
Use C11 compiler:
Your compiler doesn't support C11 atomics. gcc 4.9/clang 3.6 are the
minimum versions with it - perhaps your compiler is too old?
C11 atomics support not found
Diffstat (limited to 'benchmarks/fio')
| -rw-r--r-- | benchmarks/fio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 068e5f68f8bd..1c223c1f6814 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING HAS_CONFIGURE= yes -USES= gmake tar:bzip2 +USES= compiler:c11 gmake tar:bzip2 CONFIGURE_ARGS+= --disable-native |
