repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is
[PostgreSQL.git]
/
src
/
template
/
hpux
blob
0838c4658376ede1fe3b6aa6e7b7fd7f8b9c5484
1
# $PostgreSQL$
2
3
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
4
5
if test "$GCC" != yes ; then
6
CC="$CC -Ae"
7
CFLAGS="+O2"
8
fi
9
10
# Pick right test-and-set (TAS) code. We need out-of-line assembler
11
# when not using gcc.
12
case $host in
13
hppa*-*-hpux*)
14
if test "$GCC" != yes ; then
15
need_tas=yes
16
tas_file=hpux_hppa.s
17
fi
18
;;
19
esac