1 ######################################################################
2 #BEGIN Machine dependent Makefile fragment for i386
3 ######################################################################
5 CWARNFLAGS = $(CWARNFLAGS_STD) -Wshorten-64-to-32
7 # Objects that don't compile cleanly:
17 $(foreach file,$(OBJS_NO_WERROR),$(eval $(call add_perfile_cflags,$(file),-Wno-error)))
19 # Files that must go in the __HIB segment:
20 UNCONFIGURED_HIB_FILES= \
23 HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
25 ######################################################################
26 #END Machine dependent Makefile fragment for i386
27 ######################################################################