Page MenuHomeFreeBSD

D45193.diff
No OneTemporary

D45193.diff

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

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)

Event Timeline