Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159555401
D25729.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
465 B
Referenced Files
None
Subscribers
None
D25729.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25729: Disable errors for -Wsystem-headers for GCC on aarch64.
Attached
Detach File
Event Timeline
Log In to Comment