diff options
| author | Bruce Momjian | 2004-12-02 18:11:40 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-12-02 18:11:40 +0000 |
| commit | f7bae20d675786790725f77ddc3486f7c5a047ea (patch) | |
| tree | 27d82d45da2f03e54875cf97e48a7a63783d4895 /src/template/hpux | |
| parent | 22c21bab92eca92ecffef5fac982a614b50f9dd2 (diff) | |
Don't bother adding to cflags/cppflags, just set them because configure
handles that, and make solaris debug use no optimization.
Diffstat (limited to 'src/template/hpux')
| -rw-r--r-- | src/template/hpux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/template/hpux b/src/template/hpux index f8b6197f80c..775c55a9353 100644 --- a/src/template/hpux +++ b/src/template/hpux @@ -1,8 +1,8 @@ -CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED" +CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED" if test "$GCC" != yes ; then CC="$CC -Ae" - CFLAGS="$CFLAGS +O2" + CFLAGS="+O2" fi # Pick right test-and-set (TAS) code. We need out-of-line assembler |
