From c80bde4388070c4575518f3f28ee3dc4c9edab69 Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Mon, 25 Apr 2011 12:38:32 -0700 Subject: Typo in commit b641685 breaks Solaris-x64 with Sun cc --- hints/solaris_2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hints') 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" -- cgit v1.2.1