diff options
author | Michael Tiemann <tiemann@cygnus> | 1994-11-25 00:01:26 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@cygnus> | 1994-11-25 00:01:26 +0000 |
commit | 03c4ce2fcc3582e65cfe2ec336769074a80f3146 (patch) | |
tree | 9b562805138500c7ec159ab177f2d90c3ba0425d /bfd/configure.in | |
parent | 5fa60968605904d23a6ce37901c9710295baf0b0 (diff) | |
download | gdb-03c4ce2fcc3582e65cfe2ec336769074a80f3146.zip gdb-03c4ce2fcc3582e65cfe2ec336769074a80f3146.tar.gz gdb-03c4ce2fcc3582e65cfe2ec336769074a80f3146.tar.bz2 |
Rename r16 files to rce, and fix some more .Sanitize typos.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 04a4223..ab3ef94 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -202,9 +202,9 @@ do pc532machaout_vec) tb="$tb pc532-mach.o aout-ns32k.o stab-syms.o" ;; rs6000coff_vec) tb="$tb coff-rs6000.o" ;; shcoff_vec) tb="$tb coff-sh.o cofflink.o" ;; -# start-sanitize-r16 - r16_aout_vec) tb="$tb aout32.o reloc16.o" ;; -# end-sanitize-r16 +# start-sanitize-rce + rce_aout_vec) tb="$tb aout32.o reloc16.o" ;; +# end-sanitize-rce shlcoff_vec) tb="$tb coff-sh.o cofflink.o" ;; som_vec) tb="$tb som.o" ;; sparclynx_aout_vec) tb="$tb sparclynx.o lynx-core.o aout32.o stab-syms.o" ;; |