diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-09-09 22:59:40 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-09-09 22:59:40 +0000 |
commit | f0c12b73402e181fed2ac4e3911f8754004d08e6 (patch) | |
tree | 8c6a4edbbc2c985f743c08cac72d7f29e9a7096f /bfd/.Sanitize | |
parent | 2254cd90a9ce9460303b2585574b4bb219142bf4 (diff) | |
download | gdb-f0c12b73402e181fed2ac4e3911f8754004d08e6.zip gdb-f0c12b73402e181fed2ac4e3911f8754004d08e6.tar.gz gdb-f0c12b73402e181fed2ac4e3911f8754004d08e6.tar.bz2 |
* config.bfd,configure.in,configure: Add m32r support.
* Makefile.in,archures.c,elf.c,targets.c: Likewise.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 668f47c..78022f8 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -333,7 +333,7 @@ else done fi -m32r_files="ChangeLog config.bfd configure.in configure" +m32r_files="ChangeLog Makefile.in archures.c config.bfd configure.in configure elf.c targets.c" if ( echo $* | grep keep\-m32r > /dev/null ) ; then for i in $m32r_files ; do if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then |