beremiz

fixed bug with config

2008-10-17, greg
54c02b82da5f
file isExecutable
fixed bug with config
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]