Skip to content

Commit 476be14

Browse files
author
Cruz Monrreal
authored
Merge pull request #7231 from theotherjimmy/fix-uarm
Tools: Force small lib when compiling with uARM
2 parents bfb4379 + 86b7adb commit 476be14

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)