1######################################################################
2#BEGIN	Machine dependent Makefile fragment for i386
3######################################################################
4
5CWARNFLAGS = $(CWARNFLAGS_STD) -Wshorten-64-to-32
6
7# Files that must go in the __HIB segment:
8UNCONFIGURED_HIB_FILES=					\
9           hibernate_restore.o
10
11HIB_FILES=$(filter $(UNCONFIGURED_HIB_FILES),$(OBJS))
12
13hibernate_restore.o_CFLAGS_ADD += -fno-stack-protector
14
15######################################################################
16#END	Machine dependent Makefile fragment for i386
17######################################################################
18