diff options
-rw-r--r-- | misc/rump/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/rump/Makefile b/misc/rump/Makefile index f6667d625925..b32da7285bda 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -14,6 +14,9 @@ LICENSE= BSD2CLAUSE BROKEN_powerpc64= Does not build +NOT_FOR_ARCHS= armv6 mips mips64 sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to FreeBSD on this architecture + USE_LDCONFIG= yes USE_GCC= any |