Skip to content

Commit 6ef44e7

Browse files
committed
gcc: Attempt to disable microblaze64 support
Signed-off-by: Alp Sayin <alpsayin@gmail.com>
1 parent 74aa67f commit 6ef44e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcc/config/microblaze/t-microblaze

+2-2
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)