diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-03-31 05:03:39 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-03-31 05:03:39 +0000 |
commit | fa02af8f8bd42aa0fe421c595cf2a2e4c0c24cce (patch) | |
tree | 9b50f38fdecb88e8d272adfb983bcbf629a775c7 /src/template/hpux_gcc | |
parent | fb75e3980070206d83645684e4ab81467f48bb2a (diff) | |
download | postgresql-fa02af8f8bd42aa0fe421c595cf2a2e4c0c24cce.tar.gz postgresql-fa02af8f8bd42aa0fe421c595cf2a2e4c0c24cce.zip |
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.
Diffstat (limited to 'src/template/hpux_gcc')
-rw-r--r-- | src/template/hpux_gcc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/template/hpux_gcc b/src/template/hpux_gcc index 2f977be4801..365e5a020b3 100644 --- a/src/template/hpux_gcc +++ b/src/template/hpux_gcc @@ -4,8 +4,9 @@ SHARED_LIB:-fPIC ALL: SRCH_INC: SRCH_LIB: -USE_LOCALE:no DL_LIB:/usr/lib/libdld.sl DLSUFFIX:.sl YFLAGS:-d YACC: +CC:gcc +CCC:g++ |