diff options
author | Steve Chamberlain <sac@cygnus> | 1992-03-13 16:25:26 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-03-13 16:25:26 +0000 |
commit | 12fa72d472818ac141933e6d53e18f3fd83c49ab (patch) | |
tree | edf94a18446d47147a891d89ad8d652e34bb87e1 /ld/config | |
parent | 5d53038bb9bc465d7231976a5fd1fb827aca88c3 (diff) | |
download | gdb-12fa72d472818ac141933e6d53e18f3fd83c49ab.zip gdb-12fa72d472818ac141933e6d53e18f3fd83c49ab.tar.gz gdb-12fa72d472818ac141933e6d53e18f3fd83c49ab.tar.bz2 |
* config/mt-<foo> renamed to <foo>.mt
* config/mh-<foo> renamed to <foo>.mt
* configure.in changed to reflect this
* genscripts.sh now make .xbn files rather than .xN files
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/.Sanitize | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 0fa058f..3b7451d 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -30,27 +30,27 @@ fi # with rm -rf. Things-to-keep: -mh-decstation -mh-delta88 -mh-dgux -mh-news -mh-rtbsd -mh-sparc -mh-sparc-ll -mh-sun3 -mt-coff-a29k -mt-ebmon29k -mt-coff-h8300 -mt-i386-aout -mt-i386v -mt-m68k -mt-m68kv -mt-m88k-bcs -mt-news -mt-sun3 -mt-sun4 -mt-vxworks68 -mt-vxworks960 +decstation.mh +delta88.mh +dgux.mh +news.mh +rtbsd.mh +sparc.mh +sparc-ll.mh +sun3.mh +coff-a29k.mt +ebmon29k.mt +coff-h8300.mt +i386-aout.mt +i386v.mt +m68k.mt +m68kv.mt +m88k-bcs.mt +news.mt +sun3.mt +sun4.mt +vxworks68.mt +vxworks960.mt Do-last: echo Done in `pwd`. |