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