beremiz

added -fPIC to satisfy X86_64 build

2011-11-16, Edouard Tisserant
fcdb60cacb2c
file isExecutable
added -fPIC to satisfy X86_64 build
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]