summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2011-04-25 12:38:32 -0700
committerJan Dubois <jand@activestate.com>2011-04-25 21:30:45 -0700
commitc80bde4388070c4575518f3f28ee3dc4c9edab69 (patch)
tree93e0f12a7d6065ab300298cd752b3063332c49d9
parentcc786a4f9707dccd5f9dd092b2f3926dfa4bb510 (diff)
downloadperl-c80bde4388070c4575518f3f28ee3dc4c9edab69.tar.gz
Typo in commit b641685 breaks Solaris-x64 with Sun cc
-rw-r--r--hints/solaris_2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index cb3c1a0a2f..508cd3ebc2 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -579,7 +579,7 @@ EOM
*" -xarch=generic64 is deprecated, use -m64 "*)
getconfccflags=`echo $getconfccflags | sed -e 's/xarch=generic64/m64/'`
getconfldflags=`echo $getconfldflags | sed -e 's/xarch=generic64/m64/'`
- getconflddlflags=`echo $getconfldllflags | sed -e 's/xarch=generic64/m64/'`
+ getconflddlflags=`echo $getconflddlflags | sed -e 's/xarch=generic64/m64/'`
;;
esac
ccflags="$ccflags $getconfccflags"