]> Git Repo - binutils.git/blob - ld/config/.Sanitize
sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH.
[binutils.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
19 # All files listed between the "Things-to-keep:" line and the
20 # "Do-last:" line will be kept.  All other files will be removed.
21 # Directories listed in this section will have their own Sanitize
22 # called.  Directories not listed will be removed in their entirety
23 # with rm -rf.
24
25 Things-to-keep:
26
27 coff-a29k.mt
28 coff-h8300.mt
29 coff-h8500.mt
30 coff-sh.mt
31 delta88.mh
32 dgux.mh
33 ebmon29k.mt
34 go32.mt
35 hp300.mh
36 hp300bsd.mt
37 i386-aout.mt
38 i386-bsd.mt
39 i386-coff.mt
40 i386v.mt
41 i960.mt
42 ieee-h8300.mt
43 m68k-coff.mt
44 m68k.mt
45 m68kv.mt
46 m88k-bcs.mt
47 mipsbsd.mt
48 mips-big.mt
49 mips-idt.mt
50 mips-lit.mt
51 news.mt
52 ose68.mt
53 rtbsd.mh
54 sa29200.mt
55 sparc-ll.mh
56 st2000.mt
57 sun3.mh
58 sun3.mt
59 sun4.mt
60 vxworks68.mt
61 z8ksim.mt
62
63 # The lines between the "Do-last:" line and the end of the file
64 # are executed as a /bin/sh shell script after everything else is
65 # done.
66
67 Do-last:
68
This page took 0.028379 seconds and 4 git commands to generate.