13 lines
651 B
Python
13 lines
651 B
Python
$NetBSD: patch-Lib_distutils_unixccompiler.py,v 1.1 2013/09/10 14:22:30 joerg Exp $
|
|
|
|
--- Lib/distutils/unixccompiler.py.orig 2012-04-11 06:54:02.000000000 +0000
|
|
+++ Lib/distutils/unixccompiler.py
|
|
@@ -290,7 +290,7 @@ class UnixCCompiler(CCompiler):
|
|
elif sys.platform[:7] == "irix646" or sys.platform[:6] == "osf1V5":
|
|
return ["-rpath", dir]
|
|
else:
|
|
- if self._is_gcc(compiler):
|
|
+ if True:
|
|
# gcc on non-GNU systems does not need -Wl, but can
|
|
# use it anyway. Since distutils has always passed in
|
|
# -Wl whenever gcc was used in the past it is probably
|