|
|
1.1.1.2 ! root 1: # Define CC and OLDCC as the same, so that the tests: ! 2: # if [ x"$(OLDCC)" = x"$(CC)" ] ... ! 3: # ! 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. Down with fixed size tables! ! 9: ! 10: CC = $(OLDCC) ! 11: OLDCC = cc -Wf,-XNg1500 ! 12: ! 13: X_CFLAGS = -O1 ! 14: ! 15: # The bison output files are machine-indep, ! 16: # so different flags for a particular machine are not useful. ! 17: #BISONFLAGS = -l ! 18: ! 19: # This is so we can link collect2 running native. ! 20: CLIB = -lmld ! 21: ! 22: # Show we need to use the C version of ALLOCA ! 23: ALLOCA = alloca.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.