Commit bc7bfb30 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Merge

parents a0ef9fb9 4bd059f8
...@@ -1411,8 +1411,8 @@ set_solaris_configs() ...@@ -1411,8 +1411,8 @@ set_solaris_configs()
fi fi
else else
#Using SPARC cpu with SunStudio (Forte) compiler #Using SPARC cpu with SunStudio (Forte) compiler
ASFLAGS="$ASFLAGS xarch=sparc" ASFLAGS="$ASFLAGS -xarch=sparc"
LDFLAGS="$LDFLAGS xarch=sparc" LDFLAGS="$LDFLAGS -xarch=sparc"
compiler_flags="$compiler_flags -xarch=sparc" compiler_flags="$compiler_flags -xarch=sparc"
if test "x$fast_flag" = "xyes" ; then if test "x$fast_flag" = "xyes" ; then
compiler_flags="$compiler_flags -xbinopt=prepare" compiler_flags="$compiler_flags -xbinopt=prepare"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment