X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/iokit/conf/Makefile.x86_64 diff --git a/iokit/conf/Makefile.x86_64 b/iokit/conf/Makefile.x86_64 index 39d2cc065..89d432cc6 100644 --- a/iokit/conf/Makefile.x86_64 +++ b/iokit/conf/Makefile.x86_64 @@ -8,7 +8,8 @@ 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