head	1.8;
access;
symbols
	gcc-2_8_1-990325:1.8
	gcc-2_8_1-990319:1.8
	gcc-2_8_1-990302:1.8
	gcc_2_8_1-990302:1.8
	gcc_2_8_1-990222:1.8
	gcc-2_8_1-990109:1.8
	gcc-2_8_1-981210:1.8
	gcc-2_8_1-981208:1.8
	gcc-2_8_1-980929:1.8
	gcc_2_8_1-980929:1.8
	gcc-2_8_1-980928:1.8
	gcc-2_8_1-980813:1.8
	gcc-2_8_1-980811:1.8
	gcc-2_8_1-980718:1.8
	gcc-2_8_1-980705:1.8
	gcc-2_8_1-980627:1.8
	gcc-2_8_1-980609:1.8
	gcc-2_8_1-980608:1.8
	gcc-2_8_1-980529:1.8
	gcc-2_8_1-980525:1.8
	gcc-2_8_1-980513:1.8
	gcc-2_8_1-980502:1.8
	gcc-2_8_1-980402:1.8
	gcc-2_8_1-980426:1.8
	gcc-2_8_1-980419:1.8
	gcc-2_8_1-980413:1.8
	gcc-2_8_1-980412:1.8
	gcc-2_8_1-980407:1.8
	gcc-2_8_1-980401:1.8
	gcc_2_8_1-980315:1.8
	gcc-2_8_1-RELEASE:1.8;
locks; strict;
comment	@# @;


1.8
date	98.02.02.21.40.31;	author kenner;	state Exp;
branches;
next	1.7;

1.7
date	96.02.13.01.38.52;	author kenner;	state Exp;
branches;
next	1.6;

1.6
date	93.10.01.20.02.40;	author meissner;	state Exp;
branches;
next	1.5;

1.5
date	92.12.28.02.29.46;	author jrv;	state Exp;
branches;
next	1.4;

1.4
date	92.08.15.15.14.54;	author meissner;	state Exp;
branches;
next	1.3;

1.3
date	92.07.02.19.34.31;	author mycroft;	state Exp;
branches;
next	1.2;

1.2
date	92.03.17.15.42.51;	author meissner;	state Exp;
branches;
next	1.1;

1.1
date	91.12.18.20.04.04;	author meissner;	state Exp;
branches;
next	;


desc
@# Define CC and OLDCC as the same, so that the tests:
@


1.8
log
@(INSTALL): Deleted.
@
text
@# Define CC and OLDCC as the same, so that the tests:
#	if [ x"$(OLDCC)" = x"$(CC)" ] ...
#
# will succeed (if OLDCC != CC, it is assumed that GCC is
# being used in secondary stage builds).

BUILD		=
CC		= $(OLDCC)
CLIB		= -lld
X_CFLAGS	= $(DEB_OPT) $(MSTATS) $(X_DEFINES)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(X_DEFINES) $(XCFLAGS)
XCFLAGS		= $(SHLIB)
CPP_ABORT	= # -Dabort=fancy_abort
CPPFLAGS	= $(CPP_ABORT) $(SYSTEM_INCLUDES)
DEB_OPT		= $(OPT) $(DEBUG) $(PROFILE)
DEBUG		= 
DEBUG_COLLECT	= # -DDEBUG
CCLIBFLAGS	= -O -DNO_HALF_PIC
GCC_CFLAGS	= $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -B./ -DPOSIX -DNO_HALF_PIC
LDFLAGS		=
MSTATS		= # -mstats
OLDCC		= /usr/ccs/gcc/gcc
OPT		= -O
PROFILE		=
SHLIB		= -pic-none
SYSTEM_INCLUDES	= # -I${BUILD}/usr/include
X_DEFINES	= -Dvfork=fork
@


1.7
log
@(XCFLAGS{,_NODEBUG}): Remove $(SHLIB).
(XCFLAGS): New variable.
(libdir, mandir, bindir): Delete.
@
text
@a19 1
INSTALL		= installbsd -c
@


1.6
log
@Do not put halfpic cruft into libgcc.a on OSF/1.
@
text
@d10 3
a12 2
X_CFLAGS	= $(DEB_OPT) $(MSTATS) $(SHLIB) $(X_DEFINES)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(X_DEFINES) $(XCFLAGS)
a28 4

libdir		= /usr/ccs
mandir		= /usr/ccs/gcc/$(target)/$(version)
bindir		= /usr/ccs/gcc/$(target)/$(version)
@


1.5
log
@Renamed from x-i386rose.
@
text
@d17 2
a18 1
GCC_CFLAGS	= $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) -B./ -DPOSIX
@


1.4
log
@Use -Dvfork=fork, instead of linking in libbsd.a
@
text
@@


1.3
log
@entered into RCS
@
text
@d9 3
a11 3
CLIB		= -lbsd -lld
X_CFLAGS	= $(DEB_OPT) $(MSTATS) $(SHLIB)
X_CFLAGS_NODEBUG = $(NO_DEBUG) $(MSTATS) $(OPT) $(PROFILE) $(SHLIB) $(XCFLAGS)
d26 1
@


1.2
log
@*** empty log message ***
@
text
@d24 1
a24 1
SHLIB		= -L${BUILD}/usr/ccs/lib	# no shared libraries
@


1.1
log
@Initial revision
@
text
@d9 1
a9 1
CLIB		= -lld
@
