|
|
1.1 root 1: ALL = Makefile start.encap libgcc.a
2: EXTRA_PASSES = ld
3: LIMITS_H =
4: CONFIG2_H = $(srcdir)/config/ns32k.h $(srcdir)/config/encrose.h
5:
6: # Add additional dependencies to recompile selected modules whenever the
7: # tm*.h file changes. The files compiled are:
8: #
9: # gcc.c (*_SPEC changes)
10: # toplev.c (new switches + assembly output changes)
11: # sdbout.c (debug format changes)
12: # dbxout.c (debug format changes)
13: # dwarfout.c (debug format changes)
14: # final.c (assembly output changes)
15: # varasm.c (assembly output changes)
16: # cse.c (cost functions)
17: # insn-output.c (possible ifdef changes in out-<xx>)
18: # regclass.c (fixed/call used register changes)
19: # cccp.c (new preprocessor macros, -v version #)
20: # explow.c (GO_IF_LEGITIMATE_ADDRESS)
21: # recog.c (GO_IF_LEGITIMATE_ADDRESS)
22: # reload.c (GO_IF_LEGITIMATE_ADDRESS)
23:
24: gcc.o: $(CONFIG2_H)
25: toplev.o: $(CONFIG2_H)
26: sdbout.o: $(CONFIG2_H)
27: dbxout.o: $(CONFIG2_H)
28: dwarfout.o: $(CONFIG2_H)
29: final.o: $(CONFIG2_H)
30: varasm.o: $(CONFIG2_H)
31: cse.o: $(CONFIG2_H)
32: insn-output.o: $(CONFIG2_H)
33: regclass.o: $(CONFIG2_H)
34: cccp.o: $(CONFIG2_H)
35: explow.o: $(CONFIG2_H)
36: recog.o: $(CONFIG2_H)
37: reload.o: $(CONFIG2_H)
38:
39: # Build collect
40:
41: ld: collect2
42: rm -f ld
43: ln collect2 ld
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.