mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* config.bfd (i[3-7]86-*-dicos*, x86_64-*-dicos*): Add.
This commit is contained in:
@ -510,6 +510,10 @@ case "${targ}" in
|
||||
i[3-7]86-*-chorus*)
|
||||
targ_defvec=bfd_elf32_i386_vec
|
||||
;;
|
||||
i[3-7]86-*-dicos*)
|
||||
targ_defvec=bfd_elf32_i386_vec
|
||||
targ64_selvecs=bfd_elf64_x86_64_vec
|
||||
;;
|
||||
*-*-msdosdjgpp* | *-*-go32* )
|
||||
targ_defvec=go32coff_vec
|
||||
targ_selvecs="go32stubbedcoff_vec i386aout_vec"
|
||||
@ -585,6 +589,11 @@ case "${targ}" in
|
||||
targ64_selvecs=bfd_elf64_x86_64_vec
|
||||
;;
|
||||
#ifdef BFD64
|
||||
x86_64-*-dicos*)
|
||||
targ_defvec=bfd_elf64_x86_64_vec
|
||||
targ_selvecs="bfd_elf32_i386_vec"
|
||||
want64=true
|
||||
;;
|
||||
x86_64-*-elf*)
|
||||
targ_defvec=bfd_elf64_x86_64_vec
|
||||
targ_selvecs="bfd_elf32_i386_vec i386coff_vec"
|
||||
|
Reference in New Issue
Block a user