Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 473512
Collapse All | Expand All

(-)klibc-2.0.2/scripts/Kbuild.klibc (-1 / +3 lines)
Lines 67-73 Link Here
67
# ---------------------------------------------------------------------------
67
# ---------------------------------------------------------------------------
68
68
69
KLIBCREQFLAGS     := $(call cc-option, -fno-stack-protector, ) \
69
KLIBCREQFLAGS     := $(call cc-option, -fno-stack-protector, ) \
70
                     $(call cc-option, -fwrapv, )
70
                     $(call cc-option, -fwrapv, ) \
71
                     $(call cc-option, -fno-PIE, ) \
72
                     $(call cc-option, -nopie, )
71
KLIBCARCHREQFLAGS :=
73
KLIBCARCHREQFLAGS :=
72
KLIBCOPTFLAGS     :=
74
KLIBCOPTFLAGS     :=
73
KLIBCWARNFLAGS    := -W -Wall -Wno-sign-compare -Wno-unused-parameter
75
KLIBCWARNFLAGS    := -W -Wall -Wno-sign-compare -Wno-unused-parameter

Return to bug 473512