summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/unixccompiler.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-09-04 23:36:05 (GMT)
committerGitHub <noreply@github.com>2017-09-04 23:36:05 (GMT)
commit069306312addf87252e2dbf250fc7632fc8b7da3 (patch)
tree92917032b65208b37ce8aeca6011d3eea30ce205 /Lib/distutils/unixccompiler.py
parente1b0287c0440399e8cc855897113614fa5f6bc96 (diff)
downloadcpython-069306312addf87252e2dbf250fc7632fc8b7da3.zip
cpython-069306312addf87252e2dbf250fc7632fc8b7da3.tar.gz
cpython-069306312addf87252e2dbf250fc7632fc8b7da3.tar.bz2
remove IRIX support (closes bpo-31341) (#3310)
See PEP 11.
Diffstat (limited to 'Lib/distutils/unixccompiler.py')
-rw-r--r--Lib/distutils/unixccompiler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py
index 3f321c2..ab4d4de 100644
--- a/Lib/distutils/unixccompiler.py
+++ b/Lib/distutils/unixccompiler.py
@@ -233,8 +233,6 @@ class UnixCCompiler(CCompiler):
if self._is_gcc(compiler):
return ["-Wl,+s", "-L" + dir]
return ["+s", "-L" + dir]
- elif sys.platform[:7] == "irix646" or sys.platform[:6] == "osf1V5":
- return ["-rpath", dir]
else:
if self._is_gcc(compiler):
# gcc on non-GNU systems does not need -Wl, but can