head	1.6;
access;
symbols
	RELENG_4_11_0_RELEASE:1.3.2.2
	RELENG_4_11:1.3.2.2.0.8
	RELENG_4_11_BP:1.3.2.2
	RELENG_4_10_0_RELEASE:1.3.2.2
	RELENG_4_10:1.3.2.2.0.6
	RELENG_4_10_BP:1.3.2.2
	RELENG_4_9_0_RELEASE:1.3.2.2
	RELENG_4_9:1.3.2.2.0.4
	RELENG_4_9_BP:1.3.2.2
	RELENG_4_8_0_RELEASE:1.3.2.2
	RELENG_4_8:1.3.2.2.0.2
	RELENG_4_8_BP:1.3.2.2
	RELENG_4_7_0_RELEASE:1.3.2.1
	RELENG_4_7:1.3.2.1.0.2
	RELENG_4_7_BP:1.3.2.1
	RELENG_4_6_2_RELEASE:1.3
	RELENG_4_6_1_RELEASE:1.3
	RELENG_4_6_0_RELEASE:1.3
	RELENG_4_6:1.3.0.12
	RELENG_4_6_BP:1.3
	RELENG_4_5_0_RELEASE:1.3
	RELENG_4_5:1.3.0.10
	RELENG_4_5_BP:1.3
	WIP_GCC31:1.3.0.8
	WIP_GCC31_BP:1.3
	RELENG_4_4_0_RELEASE:1.3
	RELENG_4_4:1.3.0.6
	RELENG_4_4_BP:1.3
	RELENG_4_3_0_RELEASE:1.3
	RELENG_4_3:1.3.0.4
	RELENG_4_3_BP:1.3
	BEFORE_GCC_2_95_3:1.3
	BEFORE_GCC_2_95_3_TEST3:1.3
	RELENG_4_2_0_RELEASE:1.3
	RELENG_4_1_1_RELEASE:1.3
	PRE_SMPNG:1.3
	RELENG_4_1_0_RELEASE:1.3
	BEFORE_GCC_2_96_SNAPSHOT:1.3
	RELENG_4_0_0_RELEASE:1.3
	RELENG_4:1.3.0.2
	RELENG_4_BP:1.3;
locks; strict;
comment	@# @;


1.6
date	2002.06.04.19.45.09;	author obrien;	state dead;
branches;
next	1.5;

1.5
date	2002.05.13.11.24.01;	author ru;	state Exp;
branches;
next	1.4;

1.4
date	2002.05.10.08.54.46;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2000.01.28.08.49.23;	author jasone;	state Exp;
branches
	1.3.2.1
	1.3.8.1;
next	1.2;

1.2
date	2000.01.13.04.55.41;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	99.12.19.20.22.41;	author obrien;	state Exp;
branches;
next	;

1.3.2.1
date	2002.07.19.18.46.23;	author ru;	state Exp;
branches;
next	1.3.2.2;

1.3.2.2
date	2002.11.15.18.18.39;	author ru;	state dead;
branches;
next	;

1.3.8.1
date	2002.04.06.23.15.13;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.6
log
@We don't need this library any more.
@
text
@# $FreeBSD: src/gnu/usr.bin/cc/cc_fbsd/Makefile,v 1.5 2002/05/13 11:24:01 ru Exp $

LIBCDIR=	${.CURDIR}/../../../../lib/libc

.PATH: ${LIBCDIR}/gen ${LIBCDIR}/stdio

LIB=		cc_fbsd
INTERNALLIB=	YES

SRCS=	getobjformat.c mktemp.c

CFLAGS+= -D_open=open

.include <bsd.lib.mk>
@


1.5
log
@Mark all internal libraries with INTERNALLIB.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4
log
@Bmake bits for Gcc 3.1.

Partially made possible by:	Wilko.Bulte@@compaq.com
@
text
@d8 1
a8 2
NOPROFILE=	YES
NOPIC=		YES
a12 3

install:
	@@true
@


1.3
log
@Track internal(!) libc symbol naming change.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/cc/cc_fbsd/Makefile,v 1.2 2000/01/13 04:55:41 obrien Exp $
@


1.3.2.1
log
@MFC: new bsd.lib.mk API.
@
text
@d1 1
a1 1
# $FreeBSD$
d8 2
a9 1
INTERNALLIB=	YES
d14 3
@


1.3.2.2
log
@Removed the cc_fbsd bootstrap library; upgrades from 4.0-RELEASE
work without it and it doesn't compile under today's 5.0-CURRENT.
(This is to restore the ability to downgrade to RELENG_4.)
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/cc/cc_fbsd/Makefile,v 1.3.2.1 2002/07/19 18:46:23 ru Exp $
@


1.3.8.1
log
@Bmake bits for GCC 3.1.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Make mktemp.c a "normal" C implimentation when building this library.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/cc/cc_fbsd/Makefile,v 1.1 1999/12/19 20:22:41 obrien Exp $
d13 2
a14 2
CFLAGS+= -D_libc_open=open
	
@


1.1
log
@Add libcc_fbsd.a that contains libc and libiberty routines needed in
bootstraping on FreeBSD specifically.

3.2 upgrade path tested by:	marcel
@
text
@d1 1
a1 1
# $FreeBSD$
d12 2
@

