1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for arm
3 ######################################################################
5 # Files that must go in the __HIB segment:
8 vfp_state_test.o_CFLAGS_ADD += -mno-implicit-float
11 # Diagnostic opt-outs. We need to make this list empty.
13 # DO NOT ADD MORE HERE.
15 # -Wno-implicit-int-conversion
16 vm_fault.o_CFLAGS_ADD += -Wno-implicit-int-conversion
17 vm_map.o_CFLAGS_ADD += -Wno-implicit-int-conversion
18 # -Wno-shorten-64-to-32
19 vm_fault.o_CFLAGS_ADD += -Wno-shorten-64-to-32
20 vm_map.o_CFLAGS_ADD += -Wno-shorten-64-to-32
21 ######################################################################
22 #END Machine dependent Makefile fragment for arm
23 ######################################################################