]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/conf/Makefile.arm
xnu-7195.101.1.tar.gz
[apple/xnu.git] / osfmk / conf / Makefile.arm
index 17d6b3a8bfe480be5a6a55e0602a7631e0e51674..744268d4945451eef079a175161831f24db0f951 100644 (file)
@@ -5,6 +5,19 @@
 # Files that must go in the __HIB segment:
 HIB_FILES=
 
+vfp_state_test.o_CFLAGS_ADD += -mno-implicit-float
+
+#
+# Diagnostic opt-outs.  We need to make this list empty.
+#
+# DO NOT ADD MORE HERE.
+#
+# -Wno-implicit-int-conversion
+vm_fault.o_CFLAGS_ADD += -Wno-implicit-int-conversion
+vm_map.o_CFLAGS_ADD += -Wno-implicit-int-conversion
+# -Wno-shorten-64-to-32
+vm_fault.o_CFLAGS_ADD += -Wno-shorten-64-to-32
+vm_map.o_CFLAGS_ADD += -Wno-shorten-64-to-32
 ######################################################################
 #END   Machine dependent Makefile fragment for arm
 ######################################################################