Deleted Added
full compact
Makefile (133103) Makefile (136910)
1# $FreeBSD: head/gnu/lib/libgcc/Makefile 133103 2004-08-04 03:13:51Z kan $
1# $FreeBSD: head/gnu/lib/libgcc/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
4
5GCCDIR= ${.CURDIR}/../../../contrib/gcc
6.PATH: ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}
7
8# allow to be overridden for the a.out case
9.if !defined(LIB) || ${LIB} != "gcc_r"
10LIB= gcc
11.endif
12
13#SHLIB_MAJOR= 1
14
15# We need to install libgcc_pic.a as well, for use by shared libs.
2
3.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
4
5GCCDIR= ${.CURDIR}/../../../contrib/gcc
6.PATH: ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}
7
8# allow to be overridden for the a.out case
9.if !defined(LIB) || ${LIB} != "gcc_r"
10LIB= gcc
11.endif
12
13#SHLIB_MAJOR= 1
14
15# We need to install libgcc_pic.a as well, for use by shared libs.
16INSTALL_PIC_ARCHIVE= yes
16INSTALL_PIC_ARCHIVE=
17
18#
19# XXX This is a hack, but it seems to work.
20# libgcc2.a is meant to be compiled by *this* version of gcc.
21#
22# Normally, this does not make any difference, since we only have gcc, but
23# when bootstrapping from gcc-2.6.3, we have to use the freshly built 2.7.2
24# compiler for some of the libgcc2.c __attribute__ stuff.

--- 201 unchanged lines hidden ---
17
18#
19# XXX This is a hack, but it seems to work.
20# libgcc2.a is meant to be compiled by *this* version of gcc.
21#
22# Normally, this does not make any difference, since we only have gcc, but
23# when bootstrapping from gcc-2.6.3, we have to use the freshly built 2.7.2
24# compiler for some of the libgcc2.c __attribute__ stuff.

--- 201 unchanged lines hidden ---