Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140054938
D4784.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D4784.diff
View Options
Index: head/devel/llvm33/Makefile
===================================================================
--- head/devel/llvm33/Makefile
+++ head/devel/llvm33/Makefile
@@ -137,7 +137,9 @@
.include <bsd.port.pre.mk>
-.if ${ARCH} == "arm"
+.if ${ARCH} == "aarch64"
+BROKEN= Does not compile on aarch64
+.elif ${ARCH} == "arm"
BROKEN= Does not compile on arm
.elif ${ARCH} == "sparc64"
BROKEN= does not compile on sparc64
Index: head/devel/llvm34/Makefile
===================================================================
--- head/devel/llvm34/Makefile
+++ head/devel/llvm34/Makefile
@@ -142,6 +142,10 @@
.include <bsd.port.pre.mk>
+.if ${ARCH} == "aarch64"
+BROKEN= Does not compile on aarch64
+.endif
+
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+= --enable-pic --with-pic
.endif
Index: head/devel/llvm35/Makefile
===================================================================
--- head/devel/llvm35/Makefile
+++ head/devel/llvm35/Makefile
@@ -142,6 +142,10 @@
BROKEN= CMake support only works with clang
.endif
+.if ${ARCH} == "aarch64"
+BROKEN= Does not compile on aarch64
+.endif
+
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+= --enable-pic --with-pic
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 20, 3:09 PM (8 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27098180
Default Alt Text
D4784.diff (1 KB)
Attached To
Mode
D4784: Mark llvm 3.3, 3.4, and 3.5 ports as broken on arm64
Attached
Detach File
Event Timeline
Log In to Comment