Safely check in r16 targets for binutils.
[deliverable/binutils-gdb.git] / ld / config / .Sanitize
CommitLineData
3b5c6197 1# .Sanitize for devo/ld/config
86e4d6e4 2
3b5c6197 3# Each directory to survive its way into a release will need a file
86e4d6e4
RP
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
3b5c6197 14# done in this directory.
86e4d6e4
RP
15
16Do-first:
17
d94aca1a
MT
18r16_files="r16-aout.mt"
19
20if ( echo $* | grep keep\-r16 > /dev/null ) ; then
21 keep_these_too="${r16_files} ${keep_these_too}"
22else
23 lose_these_too="${r16_files} ${lose_these_too}"
24fi
84d42ddd 25
86e4d6e4 26# All files listed between the "Things-to-keep:" line and the
3b5c6197 27# "Do-last:" line will be kept. All other files will be removed.
86e4d6e4
RP
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:
12ad3984 33
42f9673d 34alpha.mt
d26de265 35alphaosf.mh
12ad3984
DHW
36coff-a29k.mt
37coff-h8300.mt
e5793ca0 38cf-h8300h.mt
55237887 39coff-h8500.mt
84d42ddd 40coff-sh.mt
808510fa 41coff-sparc.mt
12fa72d4
SC
42delta88.mh
43dgux.mh
12fa72d4 44ebmon29k.mt
cf2623b0 45go32.mt
90f2ba06 46go32.mh
3b5c6197 47hp300.mh
12ad3984 48hp300bsd.mt
c05e34de 49hp300hpux.mt
423dae05
JL
50hppaelf.mh
51hppaelf.mt
12fa72d4 52i386-aout.mt
e637dcf0 53i386-bsd.mt
2a9f20db 54i386-coff.mt
03451d7f 55i386-elf.mt
6c86b9ff 56i386-go32.mt
3b55444d 57i386-linux.mt
bd7b78f7 58i386-lynx.mt
4fda44fe 59i386-mach.mt
32286e08 60i386-nbsd.mt
9ff30f20 61i386-nw.mt
0071a731 62i386bsd.mh
60822a36 63i386linux.mh
0632d303 64i386lynx.mh
75fe5471 65i386sco.mh
63545898 66i386v.mh
12fa72d4 67i386v.mt
03451d7f 68i386v4.mh
3b5c6197 69i960.mt
e5793ca0 70i960coff.mt
12ad3984 71ieee-h8300.mt
63545898 72irix4.mh
f5d89879 73m68k-coff.mt
12fa72d4 74m68k.mt
bd7b78f7 75m68k-lynx.mt
e574ddd4 76m68k-nbsd.mt
2fd87dbc 77m68klynx.mh
12fa72d4
SC
78m68kv.mt
79m88k-bcs.mt
e5793ca0 80mipsbsd.mh
e637dcf0 81mipsbsd.mt
31965c32 82mips-big.mt
ce7d4b0d 83mips-idt.mt
f1781adc
ILT
84mipsb-elf32.mt
85mipsl-elf32.mt
e5793ca0 86mipsl-idt.mt
42b5c739 87mips-lit.mt
12fa72d4 88news.mt
32286e08 89ns32k-nbsd.mt
afba2b22 90ose68.mt
8e0e09f6 91pc532mach.mt
c361ce46 92ppc-elf32.mt
9ff30f20 93ppc-nw.mt
8e0e09f6 94riscix.mt
12ad3984
DHW
95rtbsd.mh
96sa29200.mt
15fff00f 97solaris2.mh
96593d4b 98sparc64-elf.mt
12ad3984 99sparc-ll.mh
278d569a 100sparc-lynx.mt
32286e08 101sparc-nbsd.mt
12ad3984
DHW
102st2000.mt
103sun3.mh
12fa72d4
SC
104sun3.mt
105sun4.mt
96593d4b 106sun4sol2.mt
9a3293b1 107vax.mt
de9425a8 108vsta.mt
12fa72d4 109vxworks68.mt
ac0832f3 110z8ksim.mt
3b5c6197 111
87756e15
RP
112Things-to-lose:
113
3b5c6197
DZ
114# The lines between the "Do-last:" line and the end of the file
115# are executed as a /bin/sh shell script after everything else is
116# done.
117
86e4d6e4 118Do-last:
This page took 0.139069 seconds and 4 git commands to generate.