diff options
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" |