X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..3903760236c30e3b5ace7a4eefac3a269d68957c:/iokit/conf/Makefile.x86_64 diff --git a/iokit/conf/Makefile.x86_64 b/iokit/conf/Makefile.x86_64 index 39d2cc065..61de9d584 100644 --- a/iokit/conf/Makefile.x86_64 +++ b/iokit/conf/Makefile.x86_64 @@ -8,9 +8,9 @@ UNCONFIGURED_HIB_FILES= \ HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS)) -IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-stack-protector +# Unconfigured __HIB files must be Mach-O for "setsegname" +IOHibernateRestoreKernel.o_CFLAGS_ADD += -fno-stack-protector $(CFLAGS_NOLTO_FLAG) ###################################################################### #END Machine dependent Makefile fragment for x86_64 ###################################################################### -