summaryrefslogtreecommitdiff
path: root/lang/python35/patches/patch-Lib_distutils_unixccompiler.py
blob: 42856ca9a4a384954ea8e1b40abbf31d414ca7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-Lib_distutils_unixccompiler.py,v 1.1 2015/12/05 17:12:13 adam Exp $

--- Lib/distutils/unixccompiler.py.orig	2013-05-15 16:32:54.000000000 +0000
+++ Lib/distutils/unixccompiler.py
@@ -232,7 +232,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