head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.1.3
	RELENG_4_11:1.1.1.3.0.20
	RELENG_4_11_BP:1.1.1.3
	RELENG_4_10_0_RELEASE:1.1.1.3
	RELENG_4_10:1.1.1.3.0.18
	RELENG_4_10_BP:1.1.1.3
	RELENG_4_9_0_RELEASE:1.1.1.3
	RELENG_4_9:1.1.1.3.0.16
	RELENG_4_9_BP:1.1.1.3
	RELENG_4_8_0_RELEASE:1.1.1.3
	RELENG_4_8:1.1.1.3.0.14
	RELENG_4_8_BP:1.1.1.3
	RELENG_4_7_0_RELEASE:1.1.1.3
	RELENG_4_7:1.1.1.3.0.12
	RELENG_4_7_BP:1.1.1.3
	RELENG_4_6_2_RELEASE:1.1.1.3
	RELENG_4_6_1_RELEASE:1.1.1.3
	RELENG_4_6_0_RELEASE:1.1.1.3
	RELENG_4_6:1.1.1.3.0.10
	RELENG_4_6_BP:1.1.1.3
	BEFORE_3_1_0_snap:1.1.1.3
	RELENG_4_5_0_RELEASE:1.1.1.3
	RELENG_4_5:1.1.1.3.0.8
	RELENG_4_5_BP:1.1.1.3
	gcc_2_95_3_with_sjlj_fix:1.1.1.3
	GCC_2_95_3_WITH_FBSD_MODS:1.1.1.3
	gcc_2_95_3:1.1.1.3
	gcc_2_95_3_test3:1.1.1.3
	gcc_2_95_3_test1:1.1.1.3
	REPOCOPY:1.1.1.3
	RELENG_4_4_0_RELEASE:1.1.1.3
	RELENG_4_4:1.1.1.3.0.6
	RELENG_4_4_BP:1.1.1.3
	RELENG_4_3_0_RELEASE:1.1.1.3
	RELENG_4_3:1.1.1.3.0.4
	RELENG_4_3_BP:1.1.1.3
	BEFORE_GCC_2_95_3:1.1.1.3
	RELENG_4_2_0_RELEASE:1.1.1.3
	RELENG_4_1_1_RELEASE:1.1.1.3
	RELENG_4_1_0_RELEASE:1.1.1.3
	RELENG_3_5_0_RELEASE:1.1.1.1
	RELENG_4_0_0_RELEASE:1.1.1.3
	RELENG_4:1.1.1.3.0.2
	RELENG_4_BP:1.1.1.3
	EGCS_11x:1.1.1.2.0.2
	RELENG_3_4_0_RELEASE:1.1.1.1
	gcc_2_95_2:1.1.1.3
	BEFORE_GCC_2_95_1:1.1.1.2
	gcc_2_95_1:1.1.1.3
	RELENG_3_3_0_RELEASE:1.1.1.1
	egcs_1_1_2:1.1.1.2
	BEFORE_EGCS_IMPORT:1.1.1.1
	gcc_2_7_2_3:1.1.1.1
	RELENG_3_2_PAO:1.1.1.1.0.6
	RELENG_3_2_PAO_BP:1.1.1.1
	RELENG_3_2_0_RELEASE:1.1.1.1
	RELENG_3_1_0_RELEASE:1.1.1.1
	RELENG_3:1.1.1.1.0.4
	RELENG_3_BP:1.1.1.1
	RELENG_2_2_8_RELEASE:1.1.1.1
	RELENG_3_0_0_RELEASE:1.1.1.1
	RELENG_2_2_7_RELEASE:1.1.1.1
	RELENG_2_2_6_RELEASE:1.1.1.1
	RELENG_2_2_5_RELEASE:1.1.1.1
	RELENG_2_2_2_RELEASE:1.1.1.1
	RELENG_2_2_1_RELEASE:1.1.1.1
	RELENG_2_2_0_RELEASE:1.1.1.1
	RELENG_2_2:1.1.1.1.0.2
	RELENG_2_2_BP:1.1.1.1
	v2_7_2_1:1.1.1.1
	v2_7_2:1.1.1.1
	FSF:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.05.10.05.26.44;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	96.09.18.05.35.11;	author peter;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.09.18.05.35.11;	author peter;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	99.08.26.09.26.55;	author obrien;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	99.10.16.06.03.45;	author obrien;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2002.05.12.21.50.37;	author obrien;	state dead;
branches;
next	;


desc
@@


1.2
log
@Remove files not part of GCC 3.1.
@
text
@# Build libgcc1.a for a cross-compiler.
# By default this expects the user to provide libgcc1.a,
# and gives up immediately if the user has not done so.
LIBGCC1 = $(CROSS_LIBGCC1)

# Specify tools and options for manipulating libraries for the target machine.
AR = $(AR_FOR_TARGET)
AR_FLAGS = $(AR_FOR_TARGET_FLAGS)
OLDAR = $(AR_FOR_TARGET)
OLDAR_FLAGS = $(AR_FOR_TARGET_FLAGS)
RANLIB = $(RANLIB_FOR_TARGET)
RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET)

# Dir to search for system headers.  Normally /usr/include.
SYSTEM_HEADER_DIR = $(tooldir)/include

# Don't try to compile the things we can't compile.
ALL = all.cross

# Use cross-compiler version of float.h.
FLOAT_H = $(CROSS_FLOAT_H)

# Don't install assert.h in /usr/local/include.
assertdir = $(tooldir)/include

# Don't run fixproto
STMP_FIXPROTO =
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import of unmodified (but trimmed) gcc-2.7.2.  The bigger parts of the
non-i386, non-unix, and generatable files have been trimmed, but can easily
be added in later if needed.

gcc-2.7.2.1 will follow shortly, it's a very small delta to this and it's
handy to have both available for reference for such little cost.

The freebsd-specific changes will then be committed, and once the dust has
settled, the bmakefiles will be committed to use this code.
@
text
@@


1.1.1.2
log
@Virgin import of gcc from EGCS 1.1.2
@
text
@d15 1
a15 2
# Use CROSS_INCLUDE_DIR not TOOL_INCLUDE_DIR for other vendor's headers.
SYSTEM_HEADER_DIR = $(tooldir)/sys-include
d25 3
@


1.1.1.3
log
@Virgin import of the GCC 2.95.1 compilers
@
text
@d6 8
d20 3
@


1.1.1.4
log
@Remove files not part of GCC 3.1.
@
text
@@

