diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-02-26 12:56:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-02-26 12:56:41 +0000 |
commit | 89d2c5da0e6c89bb4a7bae405ab2347feafe1a26 (patch) | |
tree | 3cc8567ce7ea5e860b623aa2f14428cfb91f4898 /biology | |
parent | 9524d003778ec55bc490758f941679bbdadaeae4 (diff) | |
download | ports-89d2c5da0e6c89bb4a7bae405ab2347feafe1a26.tar.gz ports-89d2c5da0e6c89bb4a7bae405ab2347feafe1a26.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/avida/Makefile | 1 | ||||
-rw-r--r-- | biology/gmap/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile index 2bbaef108e79..be08e312e5de 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -13,6 +13,7 @@ COMMENT= Auto-adaptive genetic system designed for ALife research LICENSE= GPLv3 BROKEN_aarch64= invokes x86 asm +BROKEN_armv6= invokes x86 asm BROKEN_mips= invokes x86 asm BROKEN_mips64= invokes x86 asm BROKEN_sparc64= missing atomics implementation diff --git a/biology/gmap/Makefile b/biology/gmap/Makefile index bf33cdec3bd6..af0f1e6e6eba 100644 --- a/biology/gmap/Makefile +++ b/biology/gmap/Makefile @@ -25,6 +25,7 @@ OPTIONS_DEFINE= SIMD SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd BROKEN_aarch64= Does not build: invokes x86 asm +BROKEN_armv6= 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 |