OSDN Git Service

Disasble threads on unixware until other platforms report a problem.
[pg-rex/syncrep.git] / src / template / hpux
1 CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
2
3 if test "$GCC" != yes ; then
4   CC="$CC -Ae"
5   CFLAGS="+O2"
6 fi
7
8 # Pick right test-and-set (TAS) code.  We need out-of-line assembler
9 # when not using gcc.
10 case $host in
11   hppa*-*-hpux*)
12         if test "$GCC" != yes ; then
13                 need_tas=yes
14                 tas_file=hpux_hppa.s
15         fi
16     ;;
17 esac