mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
(i[3-7]86-*-vxworks): Match vxworks* instead.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2005-08-30 Phil Edwards <phil@codesourcery.com>
|
||||
|
||||
* config.bfd (i[3-7]86-*-vxworks): Match vxworks* instead.
|
||||
|
||||
2005-08-29 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/1247
|
||||
|
@ -603,7 +603,7 @@ case "${targ}" in
|
||||
i[3-7]86-*-aout* | i[3-7]86*-*-vsta*)
|
||||
targ_defvec=i386aout_vec
|
||||
;;
|
||||
i[3-7]86-*-vxworks)
|
||||
i[3-7]86-*-vxworks*)
|
||||
targ_defvec=bfd_elf32_i386_vxworks_vec
|
||||
targ_underscore=yes
|
||||
;;
|
||||
|
Reference in New Issue
Block a user