diff options
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 6b93b51..d824065 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -760,6 +760,11 @@ case "${targ}" in targ64_selvecs="x86_64_elf64_nacl_vec x86_64_elf32_nacl_vec" targ_archs="$targ_archs bfd_arm_arch" ;; + i[3-7]86-*-redox*) + targ_defvec=i386_elf32_vec + targ_selvecs= + targ64_selvecs=x86_64_elf64_vec + ;; #ifdef BFD64 x86_64-*-cloudabi*) targ_defvec=x86_64_elf64_cloudabi_vec @@ -817,6 +822,11 @@ case "${targ}" in targ_defvec=x86_64_elf64_vec want64=true ;; + x86_64-*-redox*) + targ_defvec=x86_64_elf64_vec + targ_selvecs=i386_elf32_vec + want64=true + ;; #endif i[3-7]86-*-lynxos*) targ_defvec=i386_elf32_vec |