summaryrefslogtreecommitdiff
path: root/src/template/hpux
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/hpux')
-rw-r--r--src/template/hpux5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/template/hpux b/src/template/hpux
index 28d836e012..154b5743aa 100644
--- a/src/template/hpux
+++ b/src/template/hpux
@@ -4,3 +4,8 @@ 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