summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index 9b54d2b842..40d42914de 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -169,7 +169,7 @@ EOF
# libswanted. If that fails to be true in future, then this can be
# changed to add pthread to the very end of libswanted.
set `echo X "$libswanted "| sed -e 's/ c / pthread /'`
- ld="cc"
+ ld="${cc:-cc}"
shift
libswanted="$*"
usemymalloc='n'