Skip to content

Commit 86b7adb

Browse files
committed
Force small lib usage when using uARM tc
1 parent d66dfcb commit 86b7adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/toolchains/arm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ class ARM_MICRO(ARM):
312312
def __init__(self, target, notify=None, macros=None,
313313
silent=False, extra_verbose=False, build_profile=None,
314314
build_dir=None):
315+
target.default_lib = "small"
315316
ARM.__init__(self, target, notify, macros, build_dir=build_dir,
316317
build_profile=build_profile)
317318
if not set(("ARM", "uARM")).intersection(set(target.supported_toolchains)):

0 commit comments

Comments
 (0)