The real trick is to add -Dalpha to the CFLAGS setting. The changes

Bruce Momjian <bruce@momjian.us>

Commit: f6c0fc19595187235c618c4877f551fe616c7113
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-03-20T03:55:52Z
Releases: 7.1.1
The real trick is to add -Dalpha to the CFLAGS setting.  The changes
to main.c are only to add some extra includes to support some code
that's suddenly being used.

The #define ASSEMBLER is to prevent most of the code of sys/proc.h
from being included, as it ends up conflicting with some of the
postgresql definitions.  This may or may not work on other versions
of Digital Unix.


Get alpha working.  Yea.  Dwayne Bailey

Files

PathChange+/−
src/backend/main/main.c modified +8 −1
src/template/alpha modified +1 −1