mirror of https://github.com/ARMmbed/mbed-os.git
Force small lib usage when using uARM tc
parent
d66dfcb13a
commit
86b7adbd30
|
@ -312,6 +312,7 @@ class ARM_MICRO(ARM):
|
|||
def __init__(self, target, notify=None, macros=None,
|
||||
silent=False, extra_verbose=False, build_profile=None,
|
||||
build_dir=None):
|
||||
target.default_lib = "small"
|
||||
ARM.__init__(self, target, notify, macros, build_dir=build_dir,
|
||||
build_profile=build_profile)
|
||||
if not set(("ARM", "uARM")).intersection(set(target.supported_toolchains)):
|
||||
|
|
Loading…
Reference in New Issue