Skip to content

Commit 3dc64d2

Browse files
committed
Fixes command line length too long for Windows
1 parent 234f95f commit 3dc64d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchains/gcc_arm_none_eabi/gcc_arm_none_toolchain.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def gcc_arm_none_toolchain(name, compiler_components, architecture, float_abi, e
302302
strip_files = compiler_components,
303303
as_files = compiler_components,
304304
ar_files = compiler_components,
305-
supports_param_files = 0,
305+
supports_param_files = 1,
306306
toolchain_config = ":" + toolchain_config,
307307
toolchain_identifier = "arm-none-eabi",
308308
)

0 commit comments

Comments
 (0)