Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 147876 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 147876