head	1.13;
access;
symbols
	RELENG_4_11_0_RELEASE:1.11.2.1
	RELENG_4_11:1.11.2.1.0.10
	RELENG_4_11_BP:1.11.2.1
	RELENG_4_10_0_RELEASE:1.11.2.1
	RELENG_4_10:1.11.2.1.0.8
	RELENG_4_10_BP:1.11.2.1
	RELENG_5_2_1_RELEASE:1.12
	RELENG_5_2_0_RELEASE:1.12
	RELENG_5_2:1.12.0.6
	RELENG_5_2_BP:1.12
	RELENG_4_9_0_RELEASE:1.11.2.1
	RELENG_4_9:1.11.2.1.0.6
	RELENG_4_9_BP:1.11.2.1
	RELENG_5_1_0_RELEASE:1.12
	RELENG_5_1:1.12.0.4
	RELENG_5_1_BP:1.12
	RELENG_4_8_0_RELEASE:1.11.2.1
	RELENG_4_8:1.11.2.1.0.4
	RELENG_4_8_BP:1.11.2.1
	RELENG_5_0_0_RELEASE:1.12
	RELENG_5_0:1.12.0.2
	RELENG_5_0_BP:1.12
	RELENG_4_7_0_RELEASE:1.11.2.1
	RELENG_4_7:1.11.2.1.0.2
	RELENG_4_7_BP:1.11.2.1
	RELENG_4_6_2_RELEASE:1.11
	RELENG_4_6_1_RELEASE:1.11
	RELENG_4_6_0_RELEASE:1.11
	RELENG_4_6:1.11.0.12
	RELENG_4_6_BP:1.11
	RELENG_4_5_0_RELEASE:1.11
	RELENG_4_5:1.11.0.10
	RELENG_4_5_BP:1.11
	WIP_GCC31:1.11.0.8
	WIP_GCC31_BP:1.11
	RELENG_4_4_0_RELEASE:1.11
	RELENG_4_4:1.11.0.6
	RELENG_4_4_BP:1.11
	RELENG_4_3_0_RELEASE:1.11
	RELENG_4_3:1.11.0.4
	RELENG_4_3_BP:1.11
	BEFORE_GCC_2_95_3:1.11
	BEFORE_GCC_2_95_3_TEST3:1.11
	RELENG_4_2_0_RELEASE:1.11
	RELENG_4_1_1_RELEASE:1.11
	PRE_SMPNG:1.11
	RELENG_4_1_0_RELEASE:1.11
	BEFORE_GCC_2_96_SNAPSHOT:1.11
	RELENG_4_0_0_RELEASE:1.11
	RELENG_4:1.11.0.2
	RELENG_4_BP:1.11
	EGCS_11x:1.5.0.2
	BEFORE_GCC_2_95_1:1.5;
locks; strict;
comment	@# @;


1.13
date	2004.05.29.04.00.07;	author kan;	state dead;
branches;
next	1.12;

1.12
date	2002.05.10.08.54.46;	author obrien;	state Exp;
branches;
next	1.11;

1.11
date	2000.01.24.08.44.30;	author obrien;	state Exp;
branches
	1.11.2.1
	1.11.8.1;
next	1.10;

1.10
date	99.12.29.14.42.45;	author obrien;	state Exp;
branches;
next	1.9;

1.9
date	99.12.08.16.00.07;	author obrien;	state Exp;
branches;
next	1.8;

1.8
date	99.12.08.13.53.16;	author marcel;	state Exp;
branches;
next	1.7;

1.7
date	99.11.20.00.32.05;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	99.11.17.07.39.51;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	99.11.15.00.25.01;	author obrien;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	99.08.27.23.35.15;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	99.08.16.04.10.42;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	99.04.04.20.29.43;	author imp;	state Exp;
branches;
next	1.1;

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

1.11.2.1
date	2002.07.19.18.46.23;	author ru;	state Exp;
branches;
next	1.11.2.2;

1.11.2.2
date	2012.11.17.07.23.02;	author svnexp;	state Exp;
branches;
next	;

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

1.5.2.1
date	2000.01.03.04.57.34;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Remove componenst which are not part of GCC 3.3 and which are not likely
to get used again in the future.
@
text
@# $FreeBSD: src/gnu/usr.bin/cc/cc_drv/Makefile,v 1.12 2002/05/10 08:54:46 obrien Exp $

.include "../Makefile.inc"

.PATH: ../cc_tools ${GCCDIR}

LIB=		cc_drv
NOPROFILE=	YES
NOPIC=		YES

SRCS=	multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c

CFLAGS+=	-DIN_GCC

install:
	@@true

${OUT_OBJ}.o ${OUT_OBJ}.so:	${OUT_FILE}

.include <bsd.lib.mk>
@


1.12
log
@Bmake bits for Gcc 3.1.

Partially made possible by:	Wilko.Bulte@@compaq.com
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.11
log
@Style change to better match src/lib/'s Makefiles.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/cc/cc_drv/Makefile,v 1.10 1999/12/29 14:42:45 obrien Exp $
@


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


1.11.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/gnu/usr.bin/cc/cc_drv/Makefile 100377 2002-07-19 18:46:30Z ru $
@


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


1.10
log
@Allow the specification of a prefix for gcc to find all the various bits.
If one wishes to anchor the compiler toolchain tree somewhere other than /,
all one needs to do is set "TOOLS_PREFIX" to a different rooting.

Submitted by:	marcel (in a different format and reworked by me)
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/cc/cc_drv/Makefile,v 1.9 1999/12/08 16:00:07 obrien Exp $
d7 4
a13 4

LIB=		cc_drv
NOPROFILE=	YES
NOPIC=		YES
@


1.9
log
@Revert rev 1.8.

NOT Approved by:	obrien
@
text
@d1 1
a1 1
# $FreeBSD$
a8 1
CFLAGS+=	-DPREFIX=\"/usr\"
@


1.8
log
@Maintain compatibility with FreeBSD versions that don't have mkstemps
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/cc/cc_drv/Makefile,v 1.7 1999/11/20 00:32:05 obrien Exp $
a6 4
.if !defined(OSVERSION)
OSVERSION!=    /sbin/sysctl -n kern.osreldate
.endif

a7 2
# Maintain backward compatibility
SRCS+= mkstemp.c
@


1.7
log
@mkstemps() has been brought into 3-STABLE, so this isn't needed here
anymore as building -CURRENT sources on 3-STABLE was the reason for the
previous revision adding this.

Note that since the GCC Project moved mkstemp.c from GCC's world to
libiberty, we no longer support building -CURRENT sources on non-FreeBSD
boxes unless that box has a very simular libc mix as FreeBSD.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/cc/cc_drv/Makefile,v 1.6 1999/11/17 07:39:51 obrien Exp $
d7 4
d12 2
@


1.6
log
@Add `mkstemp.c' to the mix if we are building on something older than
__FreeBSD_version < 400004.

This allows -STABLE to build -CURRENT sources.

[mkstemps() was added to -current just before the version bump to 400004
(a matter of hours in this case), so the test is as exact as possible.]

Submitted by:	marcel
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/cc/cc_drv/Makefile,v 1.5 1999/11/15 00:25:01 obrien Exp $
a7 3
.if ${OSVERSION} < 400004
SRCS+=	mkstemp.c
.endif
@


1.5
log
@Cosmetic removeal of a trailing white space.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/cc/cc_drv/Makefile,v 1.4 1999/08/27 23:35:15 peter Exp $
d8 3
@


1.5.2.1
log
@MFC:  Add a specifiyable PREFIX.
@
text
@d1 1
a1 1
# $FreeBSD: src/gnu/usr.bin/cc/cc_drv/Makefile,v 1.5 1999/11/15 00:25:01 obrien Exp $
d9 1
@


1.4
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
d5 1
a5 1
.PATH: ../cc_tools ${GCCDIR} 
@


1.3
log
@Purely cosmetic cleanups.
 - Id tag layout wrong.
 - "FOO =" -> "FOO=".
 - 4 space indention on continuation lines rather than a <tab>

Basic idea checked by:	bde
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1999/04/04 20:29:43 imp Exp $
@


1.2
log
@Remove mkstemp.c from build.  This is now in libc.

Tested by: make buildworld
@
text
@d1 2
a2 3
#
# $Id: Makefile,v 1.1 1999/04/04 16:36:34 obrien Exp $
#
@


1.1
log
@Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2
(in contrib/egcs)
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1999/03/05 04:55:03 obrien Exp $
a8 2
#	XXX change choose-temp.c to use stock mkstemp()
SRCS+=	mkstemp.c
@

