Page MenuHomeFreeBSD

D25729.diff
No OneTemporary

D25729.diff

Index: head/share/mk/bsd.sys.mk
===================================================================
--- head/share/mk/bsd.sys.mk
+++ head/share/mk/bsd.sys.mk
@@ -184,6 +184,11 @@
-Wno-error=sizeof-pointer-memaccess \
-Wno-error=stringop-truncation
.endif
+
+# GCC's own arm_neon.h triggers various warnings
+.if ${MACHINE_ARCH} == "aarch64"
+CWARNFLAGS+= -Wno-system-headers
+.endif
.endif # gcc
# How to handle FreeBSD custom printf format specifiers.

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 16, 4:33 PM (42 m, 20 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33993198
Default Alt Text
D25729.diff (465 B)

Event Timeline