diff options
author | DJ Delorie <dj@redhat.com> | 2002-09-23 11:59:34 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-09-23 11:59:34 +0000 |
commit | f3961b2b3da6f34c848fe4587abab15ef1d3b55e (patch) | |
tree | 6560220293e14109e5497d15b4622aa4c58b1d56 /bfd | |
parent | 823882f588972c260c0fa33ab909b906b98cd021 (diff) | |
download | gdb-f3961b2b3da6f34c848fe4587abab15ef1d3b55e.zip gdb-f3961b2b3da6f34c848fe4587abab15ef1d3b55e.tar.gz gdb-f3961b2b3da6f34c848fe4587abab15ef1d3b55e.tar.bz2 |
* config.bfd: For DJGPP targets, match with any cpu and any machine.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1f84b06..1512d1d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-09-23 Mark Elbrecht <snowball3@softhome.net> + + * config.bfd: For DJGPP targets, match with any cpu and any machine. + 2002-09-23 Alan Modra <amodra@bigpond.net.au> * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs diff --git a/bfd/config.bfd b/bfd/config.bfd index c76157f..4aabfed 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -377,7 +377,7 @@ case "${targ}" in i[3456]86-*-chorus*) targ_defvec=bfd_elf32_i386_vec ;; - i[3456]86-*-msdosdjgpp* | i[3456]*-*-go32* | i[3456]86-go32-rtems* ) + *-*-msdosdjgpp* | *-*-go32* | *-go32-rtems* ) targ_defvec=go32coff_vec targ_selvecs="go32stubbedcoff_vec i386aout_vec" ;; |