1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for arm
3 ######################################################################
5 # Bootstrap __KLD files must be Mach-O for "setsegname"
6 $(foreach file,$(OBJS),$(eval $(file)_CFLAGS_ADD += $(CFLAGS_NOLTO_FLAG)))
8 ######################################################################
9 #END Machine dependent Makefile fragment for arm
10 ######################################################################