mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Update alpha templates as suggested by SL Baur and Adriaan Joubert.
Make similar changes to hpux templates. Might want to do the same for other foo_cc and foo_gcc pairs, but will desist until I hear from someone who uses those platforms.
This commit is contained in:
parent
fb75e39800
commit
fa02af8f8b
@ -5,7 +5,9 @@ AROPT:crs
|
|||||||
# This is defined here because a bunch of clients include tmp/c.h,
|
# 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
|
# which is where the work is done on HP-UX. It only affects the
|
||||||
# backend on Ultrix and OSF/1.
|
# backend on Ultrix and OSF/1.
|
||||||
|
CC:cc
|
||||||
CFLAGS:-D__alpha__ -DNOFIXADE -std -O4 -Olimit 2000
|
CFLAGS:-D__alpha__ -DNOFIXADE -std -O4 -Olimit 2000
|
||||||
|
LDFLAGS='-rpath $(LIBDIR)'
|
||||||
SHARED_LIB:
|
SHARED_LIB:
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
@ -13,3 +15,5 @@ SRCH_LIB:
|
|||||||
DLSUFFIX:.so
|
DLSUFFIX:.so
|
||||||
YFLAGS:-d
|
YFLAGS:-d
|
||||||
YACC:
|
YACC:
|
||||||
|
CCC:cxx
|
||||||
|
CXXFLAGS:-D__alpha__ -DNOFIXADE -O4 -Olimit 2000
|
||||||
|
@ -5,12 +5,12 @@ AROPT:crs
|
|||||||
# This is defined here because a bunch of clients include tmp/c.h,
|
# 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
|
# which is where the work is done on HP-UX. It only affects the
|
||||||
# backend on Ultrix and OSF/1.
|
# backend on Ultrix and OSF/1.
|
||||||
|
CC:gcc
|
||||||
CFLAGS:-D__alpha__ -DNOFIXADE
|
CFLAGS:-D__alpha__ -DNOFIXADE
|
||||||
SHARED_LIB:
|
SHARED_LIB:
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
SRCH_LIB:
|
SRCH_LIB:
|
||||||
USE_LOCALE:no
|
|
||||||
DLSUFFIX:.so
|
DLSUFFIX:.so
|
||||||
YFLAGS:-d
|
YFLAGS:-d
|
||||||
YACC:
|
YACC:
|
||||||
|
@ -4,7 +4,6 @@ SHARED_LIB:+z
|
|||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
SRCH_LIB:
|
SRCH_LIB:
|
||||||
USE_LOCALE:no
|
|
||||||
DLSUFFIX:.sl
|
DLSUFFIX:.sl
|
||||||
YFLAGS:-d
|
YFLAGS:-d
|
||||||
YACC:
|
YACC:
|
||||||
|
@ -4,8 +4,9 @@ SHARED_LIB:-fPIC
|
|||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
SRCH_LIB:
|
SRCH_LIB:
|
||||||
USE_LOCALE:no
|
|
||||||
DL_LIB:/usr/lib/libdld.sl
|
DL_LIB:/usr/lib/libdld.sl
|
||||||
DLSUFFIX:.sl
|
DLSUFFIX:.sl
|
||||||
YFLAGS:-d
|
YFLAGS:-d
|
||||||
YACC:
|
YACC:
|
||||||
|
CC:gcc
|
||||||
|
CCC:g++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user