diff options
Diffstat (limited to 'biology/gmap')
-rw-r--r-- | biology/gmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/gmap/Makefile b/biology/gmap/Makefile index f40dbf949561..bf33cdec3bd6 100644 --- a/biology/gmap/Makefile +++ b/biology/gmap/Makefile @@ -24,7 +24,7 @@ OPTIONS_DEFINE= SIMD SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd -BROKEN_arm64= Does not build: invokes x86 asm +BROKEN_aarch64= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build on powerpc64 BROKEN_sparc64= Does not build: invokes x86 asm |