diff options
author | Jan Dubois <jand@activestate.com> | 2011-04-25 12:38:32 -0700 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2011-04-25 21:30:45 -0700 |
commit | c80bde4388070c4575518f3f28ee3dc4c9edab69 (patch) | |
tree | 93e0f12a7d6065ab300298cd752b3063332c49d9 /hints | |
parent | cc786a4f9707dccd5f9dd092b2f3926dfa4bb510 (diff) | |
download | perl-c80bde4388070c4575518f3f28ee3dc4c9edab69.tar.gz |
Typo in commit b641685 breaks Solaris-x64 with Sun cc
Diffstat (limited to 'hints')
-rw-r--r-- | hints/solaris_2.sh | 2 |
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" |