Skip to content

Commit 46c4fe6

Browse files
alpsayinstephanosio
authored andcommitted
microblaze: disable microblaze64 gcc
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>
1 parent 104f6d7 commit 46c4fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcc/config/microblaze/t-microblaze

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
MULTILIB_OPTIONS = m64 mxl-barrel-shift mlittle-endian mno-xl-soft-mul mxl-multiply-high
2-
MULTILIB_DIRNAMES = m64 bs le m mh
1+
MULTILIB_OPTIONS = mxl-barrel-shift mlittle-endian mno-xl-soft-mul mxl-multiply-high
2+
MULTILIB_DIRNAMES = bs le m mh
33
MULTILIB_EXCEPTIONS = *m64/mxl-multiply-high mxl-multiply-high
44
MULTILIB_EXCEPTIONS += *m64
55
MULTILIB_EXCEPTIONS += *m64/mxl-barrel-shift

0 commit comments

Comments
 (0)