Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115765594
D45193.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
522 B
Referenced Files
None
Subscribers
None
D45193.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -172,6 +172,13 @@
LIBCOMPAT_INCLUDE_DIRS+= arm
.endif
+.if ((defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} == "gcc") || \
+ (!defined(X_COMPILER_TYPE) && ${COMPILER_TYPE} == "gcc"))
+.if ${TARGET} == "arm"
+.error "armv6/armv7 build are broken with gcc. See https://reviews.freebsd.org/D36754"
+.endif
+.endif
+
.if ${.MAKE.OS} != "FreeBSD"
CROSSBUILD_HOST=${.MAKE.OS}
.if ${.MAKE.OS} != "Linux" && ${.MAKE.OS} != "Darwin"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 29, 8:45 AM (14 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17839094
Default Alt Text
D45193.diff (522 B)
Attached To
Mode
D45193: arm: fail early on gcc builds
Attached
Detach File
Event Timeline
Log In to Comment