diff options
author | Kurt D. Starsinic <kstar@wolfetech.com> | 1998-04-06 11:14:14 -0400 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-05-14 15:36:30 +0000 |
commit | d5cd97532edb5c6c1c465f0fc129a224a466d527 (patch) | |
tree | 7cb0df2d6d094bf28cf1a45217b1791b0960269c /hints | |
parent | e8aa0dbcfc512edda5a9ea22dbedcc4776290cd1 (diff) | |
download | perl-d5cd97532edb5c6c1c465f0fc129a224a466d527.tar.gz |
[PATCH] hints for Irix 6
Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
p4raw-id: //depot/perl@958
Diffstat (limited to 'hints')
-rw-r--r-- | hints/irix_6.sh | 2 |
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' |