Changeset View
Changeset View
Standalone View
Standalone View
lib/libc/Makefile
Show All 23 Lines | |||||
# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS | # not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS | ||||
# below. Note: there are no IDs for syscall stubs whose sources are generated. | # below. Note: there are no IDs for syscall stubs whose sources are generated. | ||||
# To include legacy CSRG SCCS ID strings, remove -DNO__SCCSID from CFLAGS. | # To include legacy CSRG SCCS ID strings, remove -DNO__SCCSID from CFLAGS. | ||||
# To include RCS ID strings from other BSD projects, remove -DNO__RCSID from CFLAGS. | # To include RCS ID strings from other BSD projects, remove -DNO__RCSID from CFLAGS. | ||||
CFLAGS+=-DNO__SCCSID -DNO__RCSID | CFLAGS+=-DNO__SCCSID -DNO__RCSID | ||||
LIB=c | LIB=c | ||||
SHLIB_MAJOR= 7 | SHLIB_MAJOR= 7 | ||||
SYMBOLS_REF_MD= | |||||
.if ${MK_SSP} != "no" && \ | .if ${MK_SSP} != "no" && \ | ||||
(${LIBC_ARCH} == "i386" || ${LIBC_ARCH:Mpowerpc*} != "") | (${LIBC_ARCH} == "i386" || ${LIBC_ARCH:Mpowerpc*} != "") | ||||
SHLIB_LDSCRIPT=libc.ldscript | SHLIB_LDSCRIPT=libc.ldscript | ||||
.else | .else | ||||
SHLIB_LDSCRIPT=libc_nossp.ldscript | SHLIB_LDSCRIPT=libc_nossp.ldscript | ||||
.endif | .endif | ||||
SHLIB_LDSCRIPT_LINKS=libxnet.so | SHLIB_LDSCRIPT_LINKS=libxnet.so | ||||
WARNS?= 2 | WARNS?= 2 | ||||
▲ Show 20 Lines • Show All 185 Lines • Show Last 20 Lines |