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	97.11.04.23.28.40;	author eggert;	state Exp;
branches;
next	1.5;

1.5
date	95.04.17.23.30.38;	author bothner;	state Exp;
branches;
next	1.4;

1.4
date	94.05.18.23.08.30;	author merrill;	state Exp;
branches;
next	1.3;

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

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

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


desc
@IRIS Makefile config.
@


1.6
log
@(CC, OPT, OLDCC): Comment out.
@
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!
# The -cckr is to turn off strict ANSI checking.

# These definitions are commented out because they cause trouble with
# autoconf.  It is believed that they aren't needed anymore.
#CC		= $(OLDCC)
#OPT		= -O1
#OLDCC		= cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 -cckr $(OPT)

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

# -lmld is so we can link collect2 running native.
# -lmalloc is supposed to be faster than the normal malloc
CLIB		= -lmld -lmalloc

# Show we need to use the C version of ALLOCA
ALLOCA		= alloca.o

# Find all of the declarations from the header files
FIXPROTO_DEFINES= -D__EXTENSIONS__ -D_LANGUAGE_C_PLUS_PLUS
@


1.5
log
@* config/mips/x-iris (FIXPROTO_DEFINES):  Add -D_LANGUAGE_C_PLUS_PLUS.
@
text
@d12 5
a16 3
CC		= $(OLDCC)
OPT		= -O1
OLDCC		= cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 -cckr $(OPT)
@


1.4
log
@(FIXPROTO_DEFINES): Set to -D__EXTENSIONS__.
@
text
@d28 1
a28 1
FIXPROTO_DEFINES= -D__EXTENSIONS__
@


1.3
log
@(OLDCC): Change -XNh1500 to -XNh2000.
@
text
@d26 3
@


1.2
log
@Add -Wf,-XNh1500 to OLDCC.
@
text
@d14 1
a14 1
OLDCC		= cc -Wf,-XNh1500,-XNg1500 -Olimit 3000 -cckr $(OPT)
@


1.1
log
@Recreate x-iris file.
@
text
@d14 1
a14 1
OLDCC		= cc -Wf,-XNg1500 -Olimit 3000 -cckr $(OPT)
@
