Bunch of changes from Richard Earnshaw for generic bi-endian ARM aout targets.
[deliverable/binutils-gdb.git] / ld / config / .Sanitize
1 # .Sanitize for devo/ld/config
2
3 # Each directory to survive its way into a release will need a file
4 # like this one called "./.Sanitize". All keyword lines must exist,
5 # and must exist in the order specified by this file. Each directory
6 # in the tree will be processed, top down, in the following order.
7
8 # Hash started lines like this one are comments and will be deleted
9 # before anything else is done. Blank lines will also be squashed
10 # out.
11
12 # The lines between the "Do-first:" line and the "Things-to-keep:"
13 # line are executed as a /bin/sh shell script before anything else is
14 # done in this directory.
15
16 Do-first:
17
18 arc_files="arc-elf.mt"
19
20 if ( echo $* | grep keep\-arc > /dev/null ) ; then
21 keep_these_too="${arc_files} ${keep_these_too}"
22 else
23 lose_these_too="${arc_files} ${lose_these_too}"
24 fi
25
26 rce_files="rce-aout.mt"
27
28 if ( echo $* | grep keep\-rce > /dev/null ) ; then
29 keep_these_too="${rce_files} ${keep_these_too}"
30 else
31 lose_these_too="${rce_files} ${lose_these_too}"
32 fi
33
34 # All files listed between the "Things-to-keep:" line and the
35 # "Do-last:" line will be kept. All other files will be removed.
36 # Directories listed in this section will have their own Sanitize
37 # called. Directories not listed will be removed in their entirety
38 # with rm -rf.
39
40 Things-to-keep:
41
42 alpha.mt
43 alphaosf.mh
44 armb-aout.mt
45 arml-aout.mt
46 cf-h8300h.mt
47 coff-a29k.mt
48 coff-h8300.mt
49 coff-h8500.mt
50 coff-sh.mt
51 coff-sparc.mt
52 coff-w65.mt
53 delta88.mh
54 dgux.mh
55 ebmon29k.mt
56 go32.mh
57 go32.mt
58 hp300.mh
59 hp300bsd.mt
60 hp300hpux.mt
61 hppaelf.mh
62 hppaelf.mt
63 i386-aout.mt
64 i386-bsd.mt
65 i386-coff.mt
66 i386-elf.mt
67 i386-gelf.mt
68 i386-gnu.mt
69 i386-go32.mt
70 i386-laout.mt
71 i386-linux.mt
72 i386-lynx.mt
73 i386-mach.mt
74 i386-nbsd.mt
75 i386-nw.mt
76 i386-pe.mt
77 i386bsd.mh
78 i386linux.mh
79 i386lynx.mh
80 i386sco.mh
81 i386v.mh
82 i386v.mt
83 i386v4.mh
84 i960.mt
85 i960coff.mt
86 ieee-h8300.mt
87 irix4.mh
88 m68k-coff.mt
89 m68k-elf.mt
90 m68k-lynx.mt
91 m68k-nbsd.mt
92 m68k.mt
93 m68klynx.mh
94 m68kv.mt
95 m88k-bcs.mt
96 mips-big.mt
97 mips-idt.mt
98 mips-lit.mt
99 mipsb-elf32.mt
100 mipsbsd.mh
101 mipsbsd.mt
102 mipsl-elf32.mt
103 mipsl-idt.mt
104 news.mt
105 ns32k-nbsd.mt
106 ose68.mt
107 pc532mach.mt
108 ppc-elf32.mt
109 ppc-nw.mt
110 ppcle-elf32.mt
111 riscix.mt
112 rtbsd.mh
113 sa29200.mt
114 solaris2.mh
115 sparc-ll.mh
116 sparc-lynx.mt
117 sparc-nbsd.mt
118 sparc64-elf.mt
119 st2000.mt
120 sun3.mh
121 sun3.mt
122 sun4.mt
123 sun4sol2.mt
124 vax.mt
125 vsta.mt
126 vxworks68.mt
127 z8ksim.mt
128
129 Things-to-lose:
130
131 # The lines between the "Do-last:" line and the end of the file
132 # are executed as a /bin/sh shell script after everything else is
133 # done.
134
135 Do-last:
This page took 0.044474 seconds and 4 git commands to generate.