Initial revision
[official-gcc.git] / gcc / config / mips / x-iris3
blobd4b55dde20a5d19cb8467c576265af49da2913a1
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!
11 # In at least one version of Irix, v3.3.2, the compiler does not accept
12 # the -cckr option, so, lets try without it for all versions of Irix 3.x.
13 # The -cckr is to turn off strict ANSI checking.
15 CC              = $(OLDCC)
16 OPT             = -O1
17 OLDCC           = cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 $(OPT)
19 # The bison output files are machine-indep,
20 # so different flags for a particular machine are not useful.
21 #BISONFLAGS     = -l
23 # -lmld is so we can link collect2 running native.
24 # -lmalloc is supposed to be faster than the normal malloc
25 CLIB            = -lmld -lmalloc
27 # Show we need to use the C version of ALLOCA
28 ALLOCA          = alloca.o