xref: /xnu-10063.101.15/libkern/conf/Makefile.arm (revision 94d3b452840153a99b38a3a9659680b2a006908e)
1*94d3b452SApple OSS Distributions######################################################################
2*94d3b452SApple OSS Distributions#BEGIN	Machine dependent Makefile fragment for arm
3*94d3b452SApple OSS Distributions######################################################################
4*94d3b452SApple OSS Distributions
5*94d3b452SApple OSS Distributions#
6*94d3b452SApple OSS Distributions# Diagnostic opt-outs.  We need to make this list empty.
7*94d3b452SApple OSS Distributions#
8*94d3b452SApple OSS Distributions# DO NOT ADD MORE HERE.
9*94d3b452SApple OSS Distributions#
10*94d3b452SApple OSS Distributions# -Wno-implicit-int-conversion
11*94d3b452SApple OSS DistributionsOSSpinLock.o_CWARNFLAGS_ADD += -Wno-implicit-int-conversion
12*94d3b452SApple OSS Distributions# -Wno-shorten-64-to-32
13*94d3b452SApple OSS DistributionsOSArray.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
14*94d3b452SApple OSS DistributionsOSDictionary.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
15*94d3b452SApple OSS DistributionsOSKextVersion.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32
16*94d3b452SApple OSS DistributionsOSOrderedSet.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
17*94d3b452SApple OSS DistributionsOSRuntime.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
18*94d3b452SApple OSS DistributionsOSSerializeBinary.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
19*94d3b452SApple OSS DistributionsOSString.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
20*94d3b452SApple OSS DistributionsOSSymbol.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
21*94d3b452SApple OSS Distributions
22*94d3b452SApple OSS Distributions######################################################################
23*94d3b452SApple OSS Distributions#END	Machine dependent Makefile fragment for arm
24*94d3b452SApple OSS Distributions######################################################################
25