summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 905e1c0b85..b2a888c164 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -428,7 +428,7 @@ else
echo "Testing for a certain gcc bug is fixed in your compiler..."
# Try compiling the test case.
- if $cc -o t001 -O $ccflags $ldflags ../hints/t001.c; then
+ if $cc -o t001 -O $ccflags $ldflags -lm ../hints/t001.c; then
gccbug=`$run ./t001`
case "$gccbug" in
*fails*)