Commit 492a0357 authored by Waldemar Brodkorb's avatar Waldemar Brodkorb

allow to build sparc (v8,leon)

Only set sparcv9 optimization for sparc64 systems.
This allows to run for example application using zeromq
on sparc32 systems.
Signed-off-by: 's avatarWaldemar Brodkorb <wbx@uclibc-ng.org>
parent 46912c4f
......@@ -304,7 +304,7 @@ fi
# CPU-specific optimizations
case "${host_cpu}" in
*sparc*)
*sparc64*)
AC_LANG_PUSH([C++])
LIBZMQ_CHECK_LANG_FLAG_PREPEND([-mcpu=v9])
AC_LANG_POP([C++])
......
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