View | Details | Raw Unified
Collapse All | Expand All

(-) xen/Rules.mk (-1 / +3 lines)
 Lines 48-54    Link Here 
ALL_OBJS-y               += $(BASEDIR)/arch/$(TARGET_ARCH)/built_in.o
ALL_OBJS-y               += $(BASEDIR)/arch/$(TARGET_ARCH)/built_in.o
CFLAGS-y               += -g -D__XEN__
CFLAGS-y               += -g -D__XEN__
CFLAGS-y               += -fno-pie -fno-stack-protector-all -fno-stack-protector
CFLAGS-y               += -fno-pie
CFLAGS-y               += $(call test-gcc-flag,$(CC),-fno-stack-protector)
CFLAGS-y               += $(call test-gcc-flag,$(CC),-fno-stack-protector-all)
CFLAGS-$(ACM_SECURITY) += -DACM_SECURITY
CFLAGS-$(ACM_SECURITY) += -DACM_SECURITY
CFLAGS-$(verbose)      += -DVERBOSE
CFLAGS-$(verbose)      += -DVERBOSE
CFLAGS-$(crash_debug)  += -DCRASH_DEBUG
CFLAGS-$(crash_debug)  += -DCRASH_DEBUG