aboutsummaryrefslogtreecommitdiff
path: root/src/template/hpux
blob: 154b5743aa8cba7979ffab33d48473a37eda80e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"

if test "$GCC" != yes ; then
  CC="$CC -Ae"
  CFLAGS="+O2"
fi

# Pick right test-and-set (TAS) code.
case $host in
  hppa*-*-hpux*)        need_tas=yes; tas_file=hpux_hppa.s ;;
esac