* configure.tgt (mips*el-*-elf*): Use elf32elmip.
[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 # 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
32 Things-to-keep:
33
34 README
35 a29k.sh
36 aixppc.sh
37 aixrs6.sh
38 alpha.sh
39 armaoutb.sh
40 armaoutl.sh
41 armcoff.sh
42 armpe.sh
43 coff_sparc.sh
44 delta68.sh
45 ebmon29k.sh
46 elf32_sparc.sh
47 elf32bmip.sh
48 elf32ebmip.sh
49 elf32elmip.sh
50 elf32lmip.sh
51 elf32lppc.sh
52 elf32ppc.sh
53 elf32b4300.sh
54 elf32l4300.sh
55 elf64alpha.sh
56 elf64_sparc.sh
57 elf_i386.sh
58 gld960.sh
59 gld960coff.sh
60 go32.sh
61 h8300.sh
62 h8300h.sh
63 h8300s.sh
64 h8500.sh
65 h8500b.sh
66 h8500c.sh
67 h8500m.sh
68 h8500s.sh
69 hp300bsd.sh
70 hp3hpux.sh
71 hppaelf.sh
72 i386aout.sh
73 i386bsd.sh
74 i386coff.sh
75 i386go32.sh
76 i386linux.sh
77 i386lynx.sh
78 i386mach.sh
79 i386moss.sh
80 i386msdos.sh
81 i386nbsd.sh
82 i386nw.sh
83 i386pe.sh
84 lnk960.sh
85 m68k4knbsd.sh
86 m68kaout.sh
87 m68kaux.sh
88 m68kcoff.sh
89 m68kelf.sh
90 m68klinux.sh
91 m68klynx.sh
92 m68knbsd.sh
93 m68kpsos.sh
94 m88kbcs.sh
95 mipsbig.sh
96 mipsbsd.sh
97 mipsidt.sh
98 mipsidtl.sh
99 mipslit.sh
100 news.sh
101 ns32knbsd.sh
102 pc532macha.sh
103 ppcmacos.sh
104 ppcnw.sh
105 ppcpe.sh
106 riscix.sh
107 sa29200.sh
108 sh.sh
109 shl.sh
110 sparcaout.sh
111 sparclynx.sh
112 sparcnbsd.sh
113 st2000.sh
114 sun3.sh
115 sun4.sh
116 vanilla.sh
117 vax.sh
118 vsta.sh
119 w65.sh
120 z8001.sh
121 z8002.sh
122
123 Things-to-lose:
124
125 # The lines between the "Do-last:" line and the end of the file
126 # are executed as a /bin/sh shell script after everything else is
127 # done.
128
129 Do-last:
This page took 0.033567 seconds and 4 git commands to generate.