MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / GroupLibName

Function GroupLibName

tools/building.py:702–709  ·  view source on GitHub ↗
(name, env)

Source from the content-addressed store, hash-verified

700 a()
701
702def GroupLibName(name, env):
703
704 if rtconfig.PLATFORM in ['armcc']:
705 return name + '_rvds'
706 elif rtconfig.PLATFORM in ['gcc']:
707 return name + '_gcc'
708
709 return name
710
711def GroupLibFullName(name, env):
712 return env['LIBPREFIX'] + GroupLibName(name, env) + env['LIBSUFFIX']

Callers 2

GroupLibFullNameFunction · 0.85
DoBuildingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected