Deleted Added
full compact
Makefile (215126) Makefile (215127)
1# $FreeBSD: head/gnu/lib/libgcc/Makefile 215126 2010-11-11 15:24:57Z ed $
1# $FreeBSD: head/gnu/lib/libgcc/Makefile 215127 2010-11-11 15:48:27Z ed $
2
3GCCDIR= ${.CURDIR}/../../../contrib/gcc
4GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
5
2
3GCCDIR= ${.CURDIR}/../../../contrib/gcc
4GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
5
6LIB= gcc
7SHLIB_NAME= libgcc_s.so.1
8SHLIBDIR?= /lib
9
10.include <bsd.own.mk>
11#
12# libgcc is linked in last and thus cannot depend on ssp symbols coming
13# from earlier libraries. Disable stack protection for this library.
14#

--- 356 unchanged lines hidden ---
6SHLIB_NAME= libgcc_s.so.1
7SHLIBDIR?= /lib
8
9.include <bsd.own.mk>
10#
11# libgcc is linked in last and thus cannot depend on ssp symbols coming
12# from earlier libraries. Disable stack protection for this library.
13#

--- 356 unchanged lines hidden ---