diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 1998-10-26 00:57:33 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 1998-10-26 00:57:33 +0000 |
commit | 0852fbbb552a5d926b00e9e21af7d05c6d0ebb31 (patch) | |
tree | f3a5dbca9bbbf143b7897e7e63409fee443b9364 | |
parent | 51239ba51e3b726909f278a2abbb462621bbc1fd (diff) | |
download | postgresql-0852fbbb552a5d926b00e9e21af7d05c6d0ebb31.tar.gz postgresql-0852fbbb552a5d926b00e9e21af7d05c6d0ebb31.zip |
Compiler options not spelled quite right...
-rw-r--r-- | src/template/hpux_cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/hpux_cc b/src/template/hpux_cc index b008b530fc9..c58f082869e 100644 --- a/src/template/hpux_cc +++ b/src/template/hpux_cc @@ -1,5 +1,5 @@ AROPT:crs -CFLAGS:-W l,-E -Ae +CFLAGS:-Wl,-E -Ae SHARED_LIB:+z ALL: SRCH_INC: |