summaryrefslogtreecommitdiffstats
path: root/siputils.py
diff options
context:
space:
mode:
Diffstat (limited to 'siputils.py')
-rw-r--r--siputils.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/siputils.py b/siputils.py
index 07cf84d..70f585b 100644
--- a/siputils.py
+++ b/siputils.py
@@ -1273,9 +1273,6 @@ class ModuleMakefile(Makefile):
self.LFLAGS.extend(['-Wl,-z,noversion', '-Wl,-M,%s.exp' % self._target])
else:
self.LFLAGS.extend(['-z' 'noversion', '-M', '%s.exp' % self._target])
- elif sys.platform[:5] == 'irix' and self.required_string('LINK') != 'g++':
- # Doesn't work when g++ is used for linking on IRIX.
- self.LFLAGS.extend(['-Wl,-exported_symbol,%s' % self._entry_point])
# Force the shared linker if there is one.
link_shlib = self.optional_list("LINK_SHLIB")