projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dabe897
)
Put -Ae into CC not CFLAGS, since it's not optional.
author
Peter Eisentraut
Sat, 4 Nov 2000 14:34:54 +0000
(14:34 +0000)
committer
Peter Eisentraut
Sat, 4 Nov 2000 14:34:54 +0000
(14:34 +0000)
src/template/hpux
patch
|
blob
|
blame
|
history
diff --git
a/src/template/hpux
b/src/template/hpux
index 2c3754ef7d8c4b64e37f741dc729093446e605e1..3e26ff80dbdede45e69ba8b321c592b5fe836dbe 100644
(file)
--- a/
src/template/hpux
+++ b/
src/template/hpux
@@
-2,7
+2,6
@@
if test "$GCC" = yes ; then
CFLAGS=-O2
CCC=g++
else
- CFLAGS=-Ae
- CPP='cc -E -Ae'
+ CC="$CC -Ae"
CCC=aCC
fi