diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-01 13:16:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-01 13:16:19 +0800 |
commit | da8f0853adae8aab3297cf3b94ab0872013558e2 (patch) | |
tree | e379b79fc9599ab2ffed8b3205c51b8669e842fb /math/tomsfastmath | |
parent | bb38fa1017be9dbd2be5987793912f413376ed2b (diff) | |
download | freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.tar.gz freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.tar.zst freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.zip |
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha.
Diffstat (limited to 'math/tomsfastmath')
-rw-r--r-- | math/tomsfastmath/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 5e1894bba6cb..5a18171f38ac 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -30,6 +30,8 @@ PLIST_FILES= include/tfm.h lib/libtfm.a .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64 or sparc64 +.elif ${ARCH} == "powerpc" +BROKEN= Causes gcc coredump on powerpc .endif .include <bsd.port.post.mk> |