Skip to content

Commit de85acd

Browse files
Windows: Disable big endian toolchain by default
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 01942f5 commit de85acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-installer/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ LangString DESC_SecToolchain ${LANG_ENGLISH} \
183183
"Baremetal GNU Toolchain for ARC processors (little endian)"
184184

185185
# Toolchain big-endian
186-
Section "GNU Toolchain for ARC (big endian)" SecToolchainBE
186+
Section /o "GNU Toolchain for ARC (big endian)" SecToolchainBE
187187
SetOutPath "$INSTDIR"
188188
File /r tmp\toolchain_be\*
189189

0 commit comments

Comments
 (0)