summaryrefslogtreecommitdiff
path: root/BUILD/build_mccge.sh
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-03-11 22:17:48 +0100
committerMikael Ronstrom <mikael@mysql.com>2009-03-11 22:17:48 +0100
commitc944d29dd110146a5ef91b3345d88350a821cc14 (patch)
tree7edc478dbfb2df174ac28a4115a495d809a3559e /BUILD/build_mccge.sh
parentea9e898bed696ca2a984aa144d70be85da3e9710 (diff)
downloadmariadb-git-c944d29dd110146a5ef91b3345d88350a821cc14.tar.gz
Fixed missing - in build script
Diffstat (limited to 'BUILD/build_mccge.sh')
-rwxr-xr-xBUILD/build_mccge.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/build_mccge.sh b/BUILD/build_mccge.sh
index 04000845b38..ad3e728453c 100755
--- a/BUILD/build_mccge.sh
+++ b/BUILD/build_mccge.sh
@@ -1411,8 +1411,8 @@ set_solaris_configs()
fi
else
#Using SPARC cpu with SunStudio (Forte) compiler
- ASFLAGS="$ASFLAGS xarch=sparc"
- LDFLAGS="$LDFLAGS xarch=sparc"
+ ASFLAGS="$ASFLAGS -xarch=sparc"
+ LDFLAGS="$LDFLAGS -xarch=sparc"
compiler_flags="$compiler_flags -xarch=sparc"
if test "x$fast_flag" = "xyes" ; then
compiler_flags="$compiler_flags -xbinopt=prepare"