]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/conf/Makefile.x86_64
xnu-6153.61.1.tar.gz
[apple/xnu.git] / iokit / conf / Makefile.x86_64
index 64ddbfaa563336fcf121b396ca5762cd8dd7be5e..587fe426428077a3cc907575bdec15aa9c973a94 100644 (file)
@@ -1,19 +1,16 @@
 ######################################################################
 #BEGIN  Machine dependent Makefile fragment for x86_64
 ######################################################################
-# Enable -Werror for x86_64 builds
-CFLAGS+= $(WERROR)
-CWARNFLAGS= $(filter-out -Wbad-function-cast, $(CWARNFLAGS_STD))
 
-# Objects that don't compile cleanly:
-#OBJS_NO_WERROR=                       \
-OBJS_WERROR=$(filter-out $(OBJS_NO_WERROR),$(OBJS))
+# Files that must go in the __HIB segment:
+UNCONFIGURED_HIB_FILES=        \
+                       IOHibernateRestoreKernel.o
 
-$(OBJS_WERROR):                WERROR=-Werror
+HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
+
+# Unconfigured __HIB files must be Mach-O for "setsegname"
+IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-stack-protector -fno-stack-check $(CFLAGS_NOLTO_FLAG)
 
 ######################################################################
 #END    Machine dependent Makefile fragment for x86_64
 ######################################################################
-