diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:39:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:39:17 +0000 |
commit | 7c02f4ca705653f75891625cddab676ee55a5410 (patch) | |
tree | f7fdc91380fe62f4862cf2ad5244463ee6107471 /devel | |
parent | 713b200e639fb3bbaf99476c027a27feb53e420e (diff) | |
download | ports-7c02f4ca705653f75891625cddab676ee55a5410.tar.gz ports-7c02f4ca705653f75891625cddab676ee55a5410.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/compiler-rt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile index dd8833d4f1d8..89ee9aea6ec5 100644 --- a/devel/compiler-rt/Makefile +++ b/devel/compiler-rt/Makefile @@ -48,6 +48,8 @@ PLIST_FILES= include/Block.h \ .if ${ARCH} == "i386" CFLAGS+= -march=i486 +.elif ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc .endif .if defined(BOOTSTRAP) |