mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
> To make PostgreSQL compilable on Digital Unix I had to modify the
alpha_cc > template file. Patch attached. > > Andreas Kardos >
This commit is contained in:
parent
5e3eda41db
commit
e3fb902991
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user