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

Collapse All | Expand All

(-)a/lib/libc/Makefile (-1 / +1 lines)
Lines 149-154 CWARNFLAGS:= ${.IMPSRC:Ngdtoa_*.c:C/^.+$/${CWARNFLAGS}/:C/^$/-w/} Link Here
149
# in the future to circumvent this.
149
# in the future to circumvent this.
150
SSP_CFLAGS:=	${SSP_CFLAGS:S/^-fstack-protector-all$/-fstack-protector/}
150
SSP_CFLAGS:=	${SSP_CFLAGS:S/^-fstack-protector-all$/-fstack-protector/}
151
# Disable stack protection for SSP symbols.
151
# Disable stack protection for SSP symbols.
152
SSP_CFLAGS:=	${.IMPSRC:N*/stack_protector.c:C/^.+$/${SSP_CFLAGS}/}
152
SSP_CFLAGS:=	${.IMPSRC:N*/stack_protector.c:C/^.+$/${SSP_CFLAGS}/:C/^$/-fno-stack-protector/}
153
# Generate stack unwinding tables for cancellation points
153
# Generate stack unwinding tables for cancellation points
154
CANCELPOINTS_CFLAGS:=	${.IMPSRC:Mcancelpoints_*:C/^.+$/${CANCELPOINTS_CFLAGS}/:C/^$//}
154
CANCELPOINTS_CFLAGS:=	${.IMPSRC:Mcancelpoints_*:C/^.+$/${CANCELPOINTS_CFLAGS}/:C/^$//}
(-)a/lib/csu/Makefile.inc (-1 / +1 lines)
Lines 1-5 Link Here
1
# $FreeBSD: release/9.1.0/lib/csu/Makefile.inc 204757 2010-03-05 13:29:05Z uqs $
1
# $FreeBSD: release/9.1.0/lib/csu/Makefile.inc 204757 2010-03-05 13:29:05Z uqs $
2
2
3
SSP_CFLAGS=
3
SSP_CFLAGS= -fno-stack-protector
4
.include "../Makefile.inc"
4
.include "../Makefile.inc"

Return to bug 511698