View | Details | Raw Unified | Return to bug 203371 | Differences between
and this patch

Collapse All | Expand All

(-)b/Makefile (+4 lines)
Lines 23-29 Link Here
23
# to CFLAGS below.  -DSYSLIBC_SCCS affects just the system call stubs.
23
# to CFLAGS below.  -DSYSLIBC_SCCS affects just the system call stubs.
24
LIB=c
24
LIB=c
25
SHLIB_MAJOR= 7
25
SHLIB_MAJOR= 7
26
.if ${MK_SSP} != "no"
26
SHLIB_LDSCRIPT=libc.ldscript
27
SHLIB_LDSCRIPT=libc.ldscript
28
.else
29
SHLIB_LDSCRIPT=libc.ldscript-nossp
30
.endif
27
WARNS?=	2
31
WARNS?=	2
28
CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
32
CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
29
CFLAGS+=-I${.CURDIR}/${LIBC_ARCH}
33
CFLAGS+=-I${.CURDIR}/${LIBC_ARCH}
(-)b/libc.ldscript-nossp (+2 lines)
Line 0 Link Here
1
/* $FreeBSD: releng/10.1/lib/libc/libc.ldscript 258398 2013-11-20 20:24:59Z peter $ */
2
GROUP ( @@SHLIB@@ @@LIBDIR@@/libc_nonshared.a )

Return to bug 203371