* configure.tgt (sh-*-elf*): New target.
[deliverable/binutils-gdb.git] / ld / emulparams / .Sanitize
1 # .Sanitize for devo/ld/emulparams
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="arcelf.sh"
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 d10v_files="d10velf.sh"
27
28 if ( echo $* | grep keep\-d10v > /dev/null ) ; then
29 keep_these_too="${d10v_files} ${keep_these_too}"
30 else
31 lose_these_too="${d10v_files} ${lose_these_too}"
32 fi
33
34 v850_files="v850.sh"
35
36 if ( echo $* | grep keep\-v850 > /dev/null ) ; then
37 keep_these_too="${v850_files} ${keep_these_too}"
38 else
39 lose_these_too="${v850_files} ${lose_these_too}"
40 fi
41
42 # All files listed between the "Things-to-keep:" line and the
43 # "Do-last:" line will be kept. All other files will be removed.
44 # Directories listed in this section will have their own Sanitize
45 # called. Directories not listed will be removed in their entirety
46 # with rm -rf.
47
48 Things-to-keep:
49
50 README
51 a29k.sh
52 aixppc.sh
53 aixrs6.sh
54 alpha.sh
55 armaoutb.sh
56 armaoutl.sh
57 armcoff.sh
58 armpe.sh
59 coff_sparc.sh
60 delta68.sh
61 ebmon29k.sh
62 elf32_sparc.sh
63 elf32bmip.sh
64 elf32ebmip.sh
65 elf32elmip.sh
66 elf32lmip.sh
67 elf32lppc.sh
68 elf32ppc.sh
69 elf32b4300.sh
70 elf32l4300.sh
71 elf64alpha.sh
72 elf64_sparc.sh
73 elf_i386.sh
74 gld960.sh
75 gld960coff.sh
76 go32.sh
77 h8300.sh
78 h8300h.sh
79 h8300s.sh
80 h8500.sh
81 h8500b.sh
82 h8500c.sh
83 h8500m.sh
84 h8500s.sh
85 hp300bsd.sh
86 hp3hpux.sh
87 hppaelf.sh
88 i386aout.sh
89 i386bsd.sh
90 i386coff.sh
91 i386go32.sh
92 i386linux.sh
93 i386lynx.sh
94 i386mach.sh
95 i386moss.sh
96 i386msdos.sh
97 i386nbsd.sh
98 i386nw.sh
99 i386pe.sh
100 lnk960.sh
101 m68k4knbsd.sh
102 m68kaout.sh
103 m68kaux.sh
104 m68kcoff.sh
105 m68kelf.sh
106 m68klinux.sh
107 m68klynx.sh
108 m68knbsd.sh
109 m68kpsos.sh
110 m88kbcs.sh
111 mipsbig.sh
112 mipsbsd.sh
113 mipsidt.sh
114 mipsidtl.sh
115 mipslit.sh
116 news.sh
117 ns32knbsd.sh
118 pc532macha.sh
119 ppcmacos.sh
120 ppcnw.sh
121 ppcpe.sh
122 riscix.sh
123 sa29200.sh
124 sh.sh
125 shelf.sh
126 shl.sh
127 shlelf.sh
128 sparcaout.sh
129 sparclynx.sh
130 sparcnbsd.sh
131 st2000.sh
132 sun3.sh
133 sun4.sh
134 vanilla.sh
135 vax.sh
136 vsta.sh
137 w65.sh
138 z8001.sh
139 z8002.sh
140
141 Things-to-lose:
142
143 # The lines between the "Do-last:" line and the end of the file
144 # are executed as a /bin/sh shell script after everything else is
145 # done.
146
147 Do-last:
This page took 0.034651 seconds and 5 git commands to generate.