|
|
1.1 root 1: # Make internal tables bigger.
2: OLDCC=cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT)
3:
4: # Define CC and OLDCC as the same, so that the tests:
5: # if [ x"$(OLDCC)" = x"$(CC)" ] ...
6: #
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!
13:
14: CC = $(OLDCC)
15: OPT = -O1
16:
17: # This is so we can link collect2 running native.
18: CLIB = -lmld
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.