Deleted Added
full compact
Makefile (225736) Makefile (236014)
1# $FreeBSD: stable/9/gnu/lib/libgcc/Makefile 218181 2011-02-02 03:24:52Z imp $
1# $FreeBSD: stable/9/gnu/lib/libgcc/Makefile 236014 2012-05-25 17:20:00Z marius $
2
3GCCDIR= ${.CURDIR}/../../../contrib/gcc
4GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
5
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#
14MK_SSP= no
15
16.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
17
2
3GCCDIR= ${.CURDIR}/../../../contrib/gcc
4GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
5
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#
14MK_SSP= no
15
16.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
17
18.if ${TARGET_CPUARCH} == "sparc64" || ${TARGET_CPUARCH} == "mips"
18.if ${TARGET_CPUARCH} == "mips"
19LIB= gcc
20.endif
21
22.PATH: ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}/config ${GCCDIR}
23
24CFLAGS+= -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
25 -DHAVE_GTHR_DEFAULT \
26 -I${GCCLIB}/include \

--- 348 unchanged lines hidden ---
19LIB= gcc
20.endif
21
22.PATH: ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}/config ${GCCDIR}
23
24CFLAGS+= -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
25 -DHAVE_GTHR_DEFAULT \
26 -I${GCCLIB}/include \

--- 348 unchanged lines hidden ---