]> Git Repo - binutils.git/blame - ld/emulparams/.Sanitize
Enable ld to build for RCE. This is not tested yet!
[binutils.git] / ld / emulparams / .Sanitize
CommitLineData
278d569a 1# .Sanitize for devo/ld/emulparams
8ddef552
DM
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
16Do-first:
17
fb14975b
MT
18rce_files="rce.sh"
19
20if ( echo $* | grep keep\-rce > /dev/null ) ; then
21 keep_these_too="${rce_files} ${keep_these_too}"
22else
23 lose_these_too="${rce_files} ${lose_these_too}"
24fi
8ddef552
DM
25
26# All files listed between the "Things-to-keep:" line and the
27# "Do-last:" line will be kept. All other files will be removed.
28# Directories listed in this section will have their own Sanitize
29# called. Directories not listed will be removed in their entirety
30# with rm -rf.
31
32Things-to-keep:
33
34README
35a29k.sh
42f9673d 36alpha.sh
78158b1c 37coff_sparc.sh
8ddef552 38ebmon29k.sh
7ff42880
KR
39elf32_sparc.sh
40elf64_sparc.sh
1eadd162
ILT
41elf32bmip.sh
42elf32lmip.sh
c361ce46 43elf32ppc.sh
03451d7f 44elf_i386.sh
8ddef552 45gld960.sh
c610b46c 46gld960coff.sh
8ddef552
DM
47go32.sh
48h8300.sh
8f207409 49h8300h.sh
8ddef552 50h8500.sh
5fe60d73
SC
51h8500b.sh
52h8500c.sh
53h8500s.sh
54h8500m.sh
8ddef552
DM
55hp300bsd.sh
56hp3hpux.sh
6cc2ced1 57hppaelf.sh
8ddef552
DM
58i386aout.sh
59i386bsd.sh
60i386coff.sh
6c86b9ff 61i386go32.sh
7ff42880 62i386linux.sh
bd7b78f7 63i386lynx.sh
46cc3ed1 64i386mach.sh
32286e08 65i386nbsd.sh
9ff30f20 66i386nw.sh
8ddef552 67lnk960.sh
0573a3b1 68m68kaout.sh
8ddef552 69m68kcoff.sh
bd7b78f7 70m68klynx.sh
e574ddd4 71m68knbsd.sh
8ddef552
DM
72m88kbcs.sh
73mipsbig.sh
74mipsbsd.sh
75mipsidt.sh
76mipsidtl.sh
77mipslit.sh
78news.sh
32286e08 79ns32knbsd.sh
8e0e09f6 80pc532machaout.sh
9ff30f20 81ppcnw.sh
8e0e09f6 82riscix.sh
8ddef552
DM
83sa29200.sh
84sh.sh
278d569a 85sparclynx.sh
32286e08 86sparcnbsd.sh
8ddef552
DM
87st2000.sh
88sun3.sh
89sun4.sh
90vanilla.sh
91vax.sh
de9425a8 92vsta.sh
8ddef552
DM
93z8ksim.sh
94
95Things-to-lose:
96
97# The lines between the "Do-last:" line and the end of the file
98# are executed as a /bin/sh shell script after everything else is
99# done.
100
101Do-last:
This page took 0.178262 seconds and 4 git commands to generate.