summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.shlib')
-rw-r--r--src/Makefile.shlib12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 983abc37eb..0304f7a2aa 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -268,10 +268,6 @@ ifeq ($(PORTNAME), solaris)
endif
endif
-ifeq ($(PORTNAME), sunos4)
- LINK.shared = $(LD) -assert pure-text -Bdynamic
-endif
-
ifeq ($(PORTNAME), osf)
LINK.shared = $(LD) -shared -expect_unresolved '*'
endif
@@ -288,14 +284,6 @@ ifeq ($(PORTNAME), sco)
endif
endif
-ifeq ($(PORTNAME), svr4)
- LINK.shared = $(LD) -G
-endif
-
-ifeq ($(PORTNAME), univel)
- LINK.shared = $(LD) -G -z text
-endif
-
ifeq ($(PORTNAME), unixware)
ifeq ($(GCC), yes)
LINK.shared = $(CC) -shared