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


1.6
date	94.12.20.01.58.17;	author wilson;	state Exp;
branches;
next	1.5;

1.5
date	94.04.11.17.45.13;	author wilson;	state Exp;
branches;
next	1.4;

1.4
date	93.10.26.17.43.53;	author wilson;	state Exp;
branches;
next	1.3;

1.3
date	93.07.28.17.46.55;	author wilson;	state Exp;
branches;
next	1.2;

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

1.1
date	92.03.12.22.14.16;	author rms;	state Exp;
branches;
next	;


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


1.6
log
@(CLIB): Add -L/usr/lib/cmplrs/cc3.11.
@
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).  We need to pass
# the -Wf,-XNg1500 option so the compiler can compile the
# G++ file cp-parse.c.  Otherwise it complains about
# too many case statements.  -Olimit is so the user
# can use -O2.  Down with fixed size tables!

CC		= $(OLDCC)
OPT		= -O1
OLDCC		= cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT)

# The bison output files are machine-indep,
# so different flags for a particular machine are not useful.
#BISONFLAGS	= -l

# This enables collect2 to link.
# Some systems use version 2.11 of the compilers.  Some use version 3.11.
CLIB= -L/usr/lib/cmplrs/cc2.11 -L/usr/lib/cmplrs/cc3.11 -lmld

# Show we need to use the C version of ALLOCA
# The SVR3 configurations have it, but the SVR4 configurations don't.
# For now, just try using it for all SVR* configurations.
ALLOCA		= alloca.o
@


1.5
log
@(OLDCC): Change -XNh1500 to -XNh2000.
@
text
@d20 2
a21 1
CLIB= -L/usr/lib/cmplrs/cc2.11 -lmld
@


1.4
log
@(OLDCC): Add -XNh1500.
@
text
@d13 1
a13 1
OLDCC		= cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT)
@


1.3
log
@(ALLOCA): Define.
@
text
@d13 1
a13 1
OLDCC		= cc -Wf,-XNg1500 -Olimit 3000 $(OPT)
@


1.2
log
@Make logical ops use a clobbered register instead of $1
@
text
@d21 5
@


1.1
log
@entered into RCS
@
text
@d8 2
a9 1
# too many case statements.  Down with fixed size tables!
d12 2
a13 3
OLDCC		= cc -Wf,-XNg1500

X_CFLAGS	= -O1
@
