diff options
Diffstat (limited to 'benchmarks/fio')
-rw-r--r-- | benchmarks/fio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index be169eaf9faf..63ed325d0fdf 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -18,6 +18,8 @@ GNUPLOT_DESC= Support for plotting graphs GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot +BROKEN_aarch64= Fails to compile: error: sys/auxv.h file not found +BROKEN_armv6= Fails to compile: error: use of undeclared identifier nop BROKEN_powerpc64= Does not build on powerpc64 do-install: |