summaryrefslogtreecommitdiffstats
path: root/siputils.py
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-02-02 22:45:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-02-02 23:06:03 +0900
commit626049392b0a8c309d6ea156e5e5861418908676 (patch)
tree16b0bc1e1b07ca55d1f4abd771f3f4e1aa97723d /siputils.py
parentb94c394b25033bdcad96abb0fb9ad9ca14ea43bf (diff)
downloadsip4-tqt-r14.1.x.tar.gz
sip4-tqt-r14.1.x.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compilerr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b74d65ee302a42286d2319fed7187524d6486ca1)
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")