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

Collapse All | Expand All

(-)a/Makefile (+6 lines)
Lines 674-679 endif Link Here
674
endif
674
endif
675
KBUILD_CFLAGS += $(stackp-flag)
675
KBUILD_CFLAGS += $(stackp-flag)
676
676
677
# On gcc 6.1 with --enable-default-pie set we need to pass
678
# -fno-pie -no-pie
679
KBUILD_CFLAGS += $(call cc-option, -fno-PIE)
680
KBUILD_AFLAGS += $(call as-option, -fno-PIE)
681
LDFLAGS += $(call ld-option, -no-pie,)
682
677
ifdef CONFIG_KCOV
683
ifdef CONFIG_KCOV
678
  ifeq ($(call cc-option, $(CFLAGS_KCOV)),)
684
  ifeq ($(call cc-option, $(CFLAGS_KCOV)),)
679
    $(warning Cannot use CONFIG_KCOV: \
685
    $(warning Cannot use CONFIG_KCOV: \

Return to bug 584014