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

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- a/Makefile
0
++ b/Makefile
Lines 567-572 ifndef CONFIG_CC_STACKPROTECTOR Link Here
567
KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
567
KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
568
endif
568
endif
569
569
570
# This warning generated too much noise in a regular build.
571
# Use make W=1 to enable this warning (see scripts/Makefile.build)
572
KBUILD_CFLAGS += $(call cc-option, -Wno-unused-but-set-variable)
573
570
ifdef CONFIG_FRAME_POINTER
574
ifdef CONFIG_FRAME_POINTER
571
KBUILD_CFLAGS  += -fno-omit-frame-pointer -fno-optimize-sibling-calls
575
KBUILD_CFLAGS  += -fno-omit-frame-pointer -fno-optimize-sibling-calls
572
else
576
else

Return to bug 366579