Fix brk system call.
[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 arm-pe.mt
45 armb-aout.mt
46 arml-aout.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-moss.mt
75 i386-msdos.mt
76 i386-nbsd.mt
77 i386-nw.mt
78 i386-pe.mt
79 i386bsd.mh
80 i386linux.mh
81 i386lynx.mh
82 i386pe.mh
83 i386sco.mh
84 i386v.mh
85 i386v.mt
86 i386v4.mh
87 i960.mt
88 i960coff.mt
89 ieee-h8300.mt
90 irix4.mh
91 m68k-coff.mt
92 m68k-elf.mt
93 m68k-lynx.mt
94 m68k-nbsd.mt
95 m68k.mt
96 m68klynx.mh
97 m68kv.mt
98 m88k-bcs.mt
99 mips-big.mt
100 mips-idt.mt
101 mips-lit.mt
102 mips-vr4300.mt
103 mips-vr4300el.mt
104 mipsb-elf32.mt
105 mipsbsd.mh
106 mipsbsd.mt
107 mipsl-elf32.mt
108 mipsl-idt.mt
109 news.mt
110 ns32k-nbsd.mt
111 ose68.mt
112 pc532mach.mt
113 ppc-elf32.mt
114 ppc-nw.mt
115 ppcle-elf32.mt
116 riscix.mt
117 rtbsd.mh
118 sa29200.mt
119 solaris2.mh
120 sparc-ll.mh
121 sparc-lynx.mt
122 sparc-nbsd.mt
123 sparc64-elf.mt
124 st2000.mt
125 sun3.mh
126 sun3.mt
127 sun4.mt
128 sun4sol2.mt
129 vax.mt
130 vsta.mt
131 vxworks68.mt
132 z8k-coff.mt
133
134 Things-to-lose:
135
136 # The lines between the "Do-last:" line and the end of the file
137 # are executed as a /bin/sh shell script after everything else is
138 # done.
139
140 Do-last:
This page took 0.033208 seconds and 4 git commands to generate.