]> git.saurik.com Git - apple/xnu.git/blame - bsd/conf/Makefile.i386
xnu-2050.7.9.tar.gz
[apple/xnu.git] / bsd / conf / Makefile.i386
CommitLineData
1c79356b
A
1######################################################################
2#BEGIN Machine dependent Makefile fragment for i386
3######################################################################
4
6d2010ae 5# Files to build with certain warnings turned off
b0d623f7
A
6dis_tables.o_CFLAGS_ADD += -Wno-cast-qual
7fbt_x86.o_CFLAGS_ADD += -Wno-cast-qual
8
6d2010ae
A
9# sha256 Files to build with -DSHA256_USE_ASSEMBLY=1
10sha2.o_CFLAGS_ADD += -DSHA256_USE_ASSEMBLY=1
91447636 11
316670eb
A
12# Inline assembly doesn't interact well with LTO
13fbt_x86.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
14# Taking the address of labels doesn't work with LTO (9524055)
15dtrace.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
16
1c79356b
A
17######################################################################
18#END Machine dependent Makefile fragment for i386
19######################################################################
20