aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-09-23 11:59:34 +0000
committerDJ Delorie <dj@redhat.com>2002-09-23 11:59:34 +0000
commitf3961b2b3da6f34c848fe4587abab15ef1d3b55e (patch)
tree6560220293e14109e5497d15b4622aa4c58b1d56 /bfd/config.bfd
parent823882f588972c260c0fa33ab909b906b98cd021 (diff)
downloadfsf-binutils-gdb-f3961b2b3da6f34c848fe4587abab15ef1d3b55e.zip
fsf-binutils-gdb-f3961b2b3da6f34c848fe4587abab15ef1d3b55e.tar.gz
fsf-binutils-gdb-f3961b2b3da6f34c848fe4587abab15ef1d3b55e.tar.bz2
* config.bfd: For DJGPP targets, match with any cpu and any machine.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd2
1 files changed, 1 insertions, 1 deletions
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"
;;