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

Collapse All | Expand All

(-)a/Makefile (+2 lines)
Lines 555-560 ifndef CONFIG_CC_STACKPROTECTOR Link Here
555
KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
555
KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
556
endif
556
endif
557
557
558
KBUILD_CFLAGS += $(call cc-option, -Wno-unused-but-set-variable)
559
558
ifdef CONFIG_FRAME_POINTER
560
ifdef CONFIG_FRAME_POINTER
559
KBUILD_CFLAGS	+= -fno-omit-frame-pointer -fno-optimize-sibling-calls
561
KBUILD_CFLAGS	+= -fno-omit-frame-pointer -fno-optimize-sibling-calls
560
else
562
else

Return to bug 366579