Import final gcc2 snapshot (990109)
[official-gcc.git] / gcc / config / mips / x-sni-svr4
blobf986f88162f4957705d8453df188663d2ad7f7ac
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).
6 # -Olimit is so the user can use -O2.  Down with fixed
7 # size tables!
9 CC              = $(OLDCC)
10 OPT             =
11 OLDCC           = cc -Olimit 3000 $(OPT)
13 X_CFLAGS        = -DNO_SYS_SIGLIST
15 # Show we need to use the C version of ALLOCA
16 # The SVR3 configurations have it, but the SVR4 configurations don't.
17 # For now, just try using it for all SVR* configurations.
18 ALLOCA          = alloca.o