mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Fixed missing - in build script
This commit is contained in:
parent
d2aab12760
commit
4bd059f8ad
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue