* Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
[deliverable/binutils-gdb.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
070ac727
DE
18arc_files="arcelf.sh"
19
20if ( echo $* | grep keep\-arc > /dev/null ) ; then
21 keep_these_too="${arc_files} ${keep_these_too}"
22else
23 lose_these_too="${arc_files} ${lose_these_too}"
24fi
25
683b2426
MH
26d10v_files="d10velf.sh"
27
28if ( echo $* | grep keep\-d10v > /dev/null ) ; then
29 keep_these_too="${d10v_files} ${keep_these_too}"
30else
31 lose_these_too="${d10v_files} ${lose_these_too}"
32fi
33
b02d4da4
DE
34m32r_files="m32relf.sh"
35
36if ( echo $* | grep keep\-m32r > /dev/null ) ; then
37 keep_these_too="${m32r_files} ${keep_these_too}"
38else
39 lose_these_too="${m32r_files} ${lose_these_too}"
40fi
41
04c17a75
JL
42v850_files="v850.sh"
43
44if ( echo $* | grep keep\-v850 > /dev/null ) ; then
45 keep_these_too="${v850_files} ${keep_these_too}"
46else
47 lose_these_too="${v850_files} ${lose_these_too}"
48fi
49
8ddef552
DM
50# All files listed between the "Things-to-keep:" line and the
51# "Do-last:" line will be kept. All other files will be removed.
52# Directories listed in this section will have their own Sanitize
53# called. Directories not listed will be removed in their entirety
54# with rm -rf.
55
56Things-to-keep:
57
58README
59a29k.sh
b5f076d4
ILT
60aixppc.sh
61aixrs6.sh
42f9673d 62alpha.sh
ff15324f
KR
63armaoutb.sh
64armaoutl.sh
132dd910 65armcoff.sh
28d0c3ce 66armpe.sh
78158b1c 67coff_sparc.sh
63982998 68delta68.sh
8ddef552 69ebmon29k.sh
7ff42880 70elf32_sparc.sh
1eadd162 71elf32bmip.sh
719de0ea
ILT
72elf32ebmip.sh
73elf32elmip.sh
1eadd162 74elf32lmip.sh
7e11b1db 75elf32lppc.sh
c361ce46 76elf32ppc.sh
b008b7bf
KR
77elf32b4300.sh
78elf32l4300.sh
539ae61d 79elf64alpha.sh
3f38a017 80elf64_sparc.sh
03451d7f 81elf_i386.sh
8ddef552 82gld960.sh
c610b46c 83gld960coff.sh
8ddef552
DM
84go32.sh
85h8300.sh
8f207409 86h8300h.sh
cce8528d 87h8300s.sh
8ddef552 88h8500.sh
5fe60d73
SC
89h8500b.sh
90h8500c.sh
5fe60d73 91h8500m.sh
3f38a017 92h8500s.sh
8ddef552
DM
93hp300bsd.sh
94hp3hpux.sh
6cc2ced1 95hppaelf.sh
8ddef552
DM
96i386aout.sh
97i386bsd.sh
98i386coff.sh
6c86b9ff 99i386go32.sh
7ff42880 100i386linux.sh
bd7b78f7 101i386lynx.sh
46cc3ed1 102i386mach.sh
a2fb6995
KR
103i386moss.sh
104i386msdos.sh
32286e08 105i386nbsd.sh
9ff30f20 106i386nw.sh
3f38a017 107i386pe.sh
8ddef552 108lnk960.sh
e295a90d 109m68k4knbsd.sh
0573a3b1 110m68kaout.sh
40ab9bb9 111m68kaux.sh
8ddef552 112m68kcoff.sh
575a4d91 113m68kelf.sh
228b04d2 114m68klinux.sh
bd7b78f7 115m68klynx.sh
e574ddd4 116m68knbsd.sh
307585f1 117m68kpsos.sh
8ddef552
DM
118m88kbcs.sh
119mipsbig.sh
120mipsbsd.sh
121mipsidt.sh
122mipsidtl.sh
123mipslit.sh
96e34542 124mn10300.sh
8ddef552 125news.sh
32286e08 126ns32knbsd.sh
1ab4cd57 127pc532macha.sh
9079ed57 128ppcmacos.sh
9ff30f20 129ppcnw.sh
070eddd9 130ppcpe.sh
8e0e09f6 131riscix.sh
8ddef552
DM
132sa29200.sh
133sh.sh
efd48a6a 134shelf.sh
6ae98644 135shl.sh
efd48a6a 136shlelf.sh
02df835b 137sparcaout.sh
278d569a 138sparclynx.sh
32286e08 139sparcnbsd.sh
8ddef552
DM
140st2000.sh
141sun3.sh
142sun4.sh
143vanilla.sh
144vax.sh
de9425a8 145vsta.sh
506f4ede 146w65.sh
66a61efd
SC
147z8001.sh
148z8002.sh
8ddef552
DM
149
150Things-to-lose:
151
152# The lines between the "Do-last:" line and the end of the file
153# are executed as a /bin/sh shell script after everything else is
154# done.
155
156Do-last:
This page took 0.142156 seconds and 4 git commands to generate.