Import final gcc2 snapshot (990109)
[official-gcc.git] / gcc / config / mips / x-iris
blob0f04f099f160287a76c602796d5a72f6bbcfceae
1 # Define CC and OLDCC as the same, so that the tests:
2 #       if [ x"$(OLDCC)" = x"$(CC)" ] ...
4 # will succeed (if OLDCC != CC, it is assumed that GCC is
5 # being used in secondary stage builds).  We need to pass
6 # the -Wf,-XNg1500 option so the compiler can compile the
7 # G++ file cp-parse.c.  Otherwise it complains about
8 # too many case statements.  -Olimit is so the user
9 # can use -O2.  Down with fixed size tables!
10 # The -cckr is to turn off strict ANSI checking.
12 # These definitions are commented out because they cause trouble with
13 # autoconf.  It is believed that they aren't needed anymore.
14 #CC             = $(OLDCC)
15 #OPT            = -O1
16 #OLDCC          = cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 -cckr $(OPT)
18 # The bison output files are machine-indep,
19 # so different flags for a particular machine are not useful.
20 #BISONFLAGS     = -l
22 # -lmld is so we can link collect2 running native.
23 # -lmalloc is supposed to be faster than the normal malloc
24 CLIB            = -lmld -lmalloc
26 # Show we need to use the C version of ALLOCA
27 ALLOCA          = alloca.o
29 # Find all of the declarations from the header files
30 FIXPROTO_DEFINES= -D__EXTENSIONS__ -D_LANGUAGE_C_PLUS_PLUS