diff options
| author | Tom Lane | 2003-12-23 18:40:53 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-12-23 18:40:53 +0000 |
| commit | baee5f75c5ab2dbd8ae0e84c7172ee0021d0996c (patch) | |
| tree | ce264f0ad2e3826fa9445df00f6f248bf415d8bf /src/template/hpux | |
| parent | 9adaf64da343f84ca4659e6ff9be926daf628a43 (diff) | |
Push responsibility for selecting out-of-line-assembler TAS code out to
the platform template files, instead of doing it directly in configure.in.
This seems cleaner, and also opens the door to making the choice be
dependent on the compiler being used.
Diffstat (limited to 'src/template/hpux')
| -rw-r--r-- | src/template/hpux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/template/hpux b/src/template/hpux index 28d836e0120..154b5743aa8 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 |
