summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
diff options
context:
space:
mode:
authorPeter Eisentraut2012-05-01 19:11:12 +0000
committerPeter Eisentraut2012-05-01 19:11:12 +0000
commitf2f9439fbfba378cb64cd6e5a046e0184cd542c6 (patch)
treee3988f7261fa523aaf0b79f0c0d25dc14b5bdd06 /src/Makefile.shlib
parent4266509c577b089627930af39f1dcd2d06b493e9 (diff)
Remove dead ports
Remove the following ports: - dgux - nextstep - sunos4 - svr4 - ultrix4 - univel These are obsolete and not worth rescuing. In most cases, there is circumstantial evidence that they wouldn't work anymore anyway.
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 983abc37ebd..0304f7a2aa7 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