Deleted Added
full compact
Makefile (195151) Makefile (195152)
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
1# @(#)Makefile 8.2 (Berkeley) 2/3/94
2# $FreeBSD: head/lib/libc/Makefile 195151 2009-06-28 23:51:39Z kan $
2# $FreeBSD: head/lib/libc/Makefile 195152 2009-06-29 01:33:59Z kan $
3
4SHLIBDIR?= /lib
5
6.include <bsd.own.mk>
7
8# All library objects contain FreeBSD revision strings by default; they may be
9# excluded as a space-saving measure. To produce a library that does
10# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS

--- 10 unchanged lines hidden (view full) ---

21INSTALL_PIC_ARCHIVE=
22PRECIOUSLIB=
23
24#
25# Only link with static libgcc.a (no libgcc_eh.a).
26#
27DPADD+= ${LIBGCC}
28LDFLAGS+= -nodefaultlibs
3
4SHLIBDIR?= /lib
5
6.include <bsd.own.mk>
7
8# All library objects contain FreeBSD revision strings by default; they may be
9# excluded as a space-saving measure. To produce a library that does
10# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS

--- 10 unchanged lines hidden (view full) ---

21INSTALL_PIC_ARCHIVE=
22PRECIOUSLIB=
23
24#
25# Only link with static libgcc.a (no libgcc_eh.a).
26#
27DPADD+= ${LIBGCC}
28LDFLAGS+= -nodefaultlibs
29LDADD+= -lgcc -lssp_nonshared
29LDADD+= -lgcc
30
31# Define (empty) variables so that make doesn't give substitution
32# errors if the included makefiles don't change these:
33MDSRCS=
34MISRCS=
35MDASM=
36MIASM=
37NOASM=

--- 94 unchanged lines hidden ---
30
31# Define (empty) variables so that make doesn't give substitution
32# errors if the included makefiles don't change these:
33MDSRCS=
34MISRCS=
35MDASM=
36MIASM=
37NOASM=

--- 94 unchanged lines hidden ---