1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

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.
This commit is contained in:
Andres Freund
2014-06-28 21:40:40 +02:00
parent d222585a9f
commit a6d488cb53
14 changed files with 4 additions and 210 deletions

View File

@ -1,6 +0,0 @@
# src/template/osf
if test "$GCC" != yes ; then
CC="$CC -std"
CFLAGS="-O -ieee"
fi