Initial revision
[official-gcc.git] / gcc / config / mips / x-sony
blobc64593d7d7d31533847602f86f0d55b8db0f7b4a
1 # Make internal tables bigger.
2 OLDCC=cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT)
4 # Define CC and OLDCC as the same, so that the tests:
5 #       if [ x"$(OLDCC)" = x"$(CC)" ] ...
7 # will succeed (if OLDCC != CC, it is assumed that GCC is
8 # being used in secondary stage builds).  We need to pass
9 # the -Wf,-XNg1500 option so the compiler can compile the
10 # G++ file cp-parse.c.  Otherwise it complains about
11 # too many case statements.  The -Olimit is so the user
12 # can use -O2.  Down with fixed size tables!
14 CC              = $(OLDCC)
15 OPT             = -O1
17 # This is so we can link collect2 running native.
18 CLIB            = -lmld