summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.shlib')
-rw-r--r--src/Makefile.shlib10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 2a0c7a9d017..4e476c30369 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -215,16 +215,6 @@ ifeq ($(PORTNAME), hpux)
endif
endif
-ifeq ($(PORTNAME), irix)
- ifdef SO_MAJOR_VERSION
- shlib = lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
- endif
- LINK.shared = $(COMPILER) -shared
- ifdef soname
- LINK.shared += -Wl,-set_version,sgi$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
- endif
-endif
-
ifeq ($(PORTNAME), linux)
LINK.shared = $(COMPILER) -shared
ifdef soname