Skip to content

Commit 13c5a57

Browse files
dcpleunggalak
authored andcommitted
Fix MIPS toolchain not being included in SDK
The script to create the SDK file looks for built toolchain archive name containing "mips32r2", but the actual archive is mips.tar.bz2. So update the script to look for the correct name. Signed-off-by: Daniel Leung <[email protected]>
1 parent 9ba91c3 commit 13c5a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make_zephyr_sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ parse_toolchain_name file_gcc_arm arm
5353
parse_toolchain_name file_gcc_arc arc
5454
parse_toolchain_name file_gcc_x86 i586
5555
parse_toolchain_name file_gcc_iamcu iamcu
56-
parse_toolchain_name file_gcc_mips mips32r2
56+
parse_toolchain_name file_gcc_mips mips
5757
parse_toolchain_name file_gcc_nios2 nios2
5858
parse_toolchain_name file_gcc_xtensa xtensa
5959
parse_toolchain_name file_gcc_riscv32 riscv32

0 commit comments

Comments
 (0)