]> git.saurik.com Git - apple/xnu.git/blame - bsd/conf/Makefile.arm
xnu-6153.141.1.tar.gz
[apple/xnu.git] / bsd / conf / Makefile.arm
CommitLineData
5ba3f43e
A
1######################################################################
2#BEGIN Machine dependent Makefile fragment for arm
3######################################################################
4
5# Files that currently violate cast alignment checks at build time
6fbt_arm.o_CFLAGS_ADD += -Wno-cast-qual
7
8# Inline assembly doesn't interact well with LTO
9fbt_arm.o_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)
10
11######################################################################
12#END Machine dependent Makefile fragment for arm
13######################################################################