beremiz
Clone
Summary
Browse
Changes
Graph
Print binary size only in LPCBeremiz
2011-04-26, Edouard Tisserant
310455d73131
file is
Executable
Print binary size only in LPCBeremiz
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]