|
|
@ -930,6 +930,8 @@ This is probably wrong, it should always point to the native compiler.''' % evar |
|
|
|
return ArLinker(linker) |
|
|
|
return ArLinker(linker) |
|
|
|
if p.returncode == 1 and err.startswith('usage'): # OSX |
|
|
|
if p.returncode == 1 and err.startswith('usage'): # OSX |
|
|
|
return ArLinker(linker) |
|
|
|
return ArLinker(linker) |
|
|
|
|
|
|
|
if p.returncode == 1 and err.startswith('Usage'): # AIX |
|
|
|
|
|
|
|
return ArLinker(linker) |
|
|
|
self._handle_exceptions(popen_exceptions, linkers, 'linker') |
|
|
|
self._handle_exceptions(popen_exceptions, linkers, 'linker') |
|
|
|
raise EnvironmentException('Unknown static linker "%s"' % ' '.join(linkers)) |
|
|
|
raise EnvironmentException('Unknown static linker "%s"' % ' '.join(linkers)) |
|
|
|
|
|
|
|
|
|
|
|