Commit e3fb9029 authored by Bruce Momjian's avatar Bruce Momjian

> To make PostgreSQL compilable on Digital Unix I had to modify the

alpha_cc
> template file. Patch attached.
>
> Andreas Kardos
>
parent 5e3eda41
......@@ -5,7 +5,7 @@ AROPT:crs
# This is defined here because a bunch of clients include tmp/c.h,
# which is where the work is done on HP-UX. It only affects the
# backend on Ultrix and OSF/1.
CFLAGS:-DNOFIXADE -std -O4 -Olimit 2000
CFLAGS:-D__alpha__ -DNOFIXADE -std -O4 -Olimit 2000
SHARED_LIB:
ALL:
SRCH_INC:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment