Skip to content

Commit

Permalink
microblaze: disable microblaze64 binutils
Browse files Browse the repository at this point in the history
This is because I don't intend to offer Zephyr support for microblaze64 yet
but also because the toolchain is buggy to the extent that it fails to
build.

Signed-off-by: Alp Sayin <alpsayin@gmail.com>
  • Loading branch information
alpsayin committed Nov 24, 2023
1 parent 59a5d2e commit 71acd97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bfd/config.bfd
Original file line number Diff line number Diff line change
Expand Up @@ -869,15 +869,11 @@ case "${targ}" in
microblazeel*-*)
targ_defvec=microblaze_elf32_le_vec
targ_selvecs=microblaze_elf32_vec
targ64_selvecs=microblaze_elf64_vec
targ64_selvecs=microblaze_elf64_le_vec
;;

microblaze*-*)
targ_defvec=microblaze_elf32_vec
targ_selvecs=microblaze_elf32_le_vec
targ64_selvecs=microblaze_elf64_vec
targ64_selvecs=microblaze_elf64_le_vec
;;

#ifdef BFD64
Expand Down

0 comments on commit 71acd97

Please sign in to comment.