summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
diff options
context:
space:
mode:
authorAndres Freund2014-06-28 19:40:40 +0000
committerAndres Freund2014-06-28 19:46:15 +0000
commita6d488cb538c8761658f0f7edfc40cecc8c29f2d (patch)
tree4c4850de88cb668fe883b14dde4715df9fca2b5f /src/Makefile.shlib
parentd222585a9f7a18f2d793785c82be4c877b90c461 (diff)
Remove Alpha and Tru64 support.
Support for running postgres on Alpha hasn't been tested for a long while. Due to Alpha's uniquely lax cache coherency model it's a hard to develop for platform (especially blindly!) and thought to be unlikely to currently work correctly. As Alpha is the only supported architecture for Tru64 drop support for it as well. Tru64's support has ended 2012 and it has been in maintenance-only mode for much longer. Also remove stray references to __ksr__ and ultrix defines.
Diffstat (limited to 'src/Makefile.shlib')
-rw-r--r--src/Makefile.shlib4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 029c7e96fc..0bf3a17e1e 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -236,10 +236,6 @@ ifeq ($(PORTNAME), solaris)
endif
endif
-ifeq ($(PORTNAME), osf)
- LINK.shared = $(LD) -shared -expect_unresolved '*'
-endif
-
ifeq ($(PORTNAME), sco)
ifeq ($(GCC), yes)
LINK.shared = $(CC) -shared