beremiz
Clone
Summary
Browse
Changes
Graph
remove code that i was using for testing.
2009-08-12, b taylor
9db62e0280f5
file is
Executable
remove code that i was using for testing.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]