Typo in commit b641685 breaks Solaris-x64 with Sun cc
authorJan Dubois <jand@activestate.com>
Mon, 25 Apr 2011 19:38:32 +0000 (12:38 -0700)
committerJan Dubois <jand@activestate.com>
Tue, 26 Apr 2011 04:30:45 +0000 (21:30 -0700)
hints/solaris_2.sh

index cb3c1a0..508cd3e 100644 (file)
@@ -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"