Skip to content

Commit

Permalink
microblaze: disable microblaze64 gcc
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 Oct 2, 2023
1 parent c6c2a82 commit 73cc24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcc/config/microblaze/t-microblaze
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MULTILIB_OPTIONS = m64 mxl-barrel-shift mlittle-endian mno-xl-soft-mul mxl-multiply-high
MULTILIB_DIRNAMES = m64 bs le m mh
MULTILIB_OPTIONS = mxl-barrel-shift mlittle-endian mno-xl-soft-mul mxl-multiply-high
MULTILIB_DIRNAMES = bs le m mh
MULTILIB_EXCEPTIONS = *m64/mxl-multiply-high mxl-multiply-high
MULTILIB_EXCEPTIONS += *m64
MULTILIB_EXCEPTIONS += *m64/mxl-barrel-shift
Expand Down

0 comments on commit 73cc24d

Please sign in to comment.