mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-23 21:37:46 +00:00
Merge pull request #125 from wbx-github/master
allow to build sparc (v8,leon)
This commit is contained in:
commit
7d540d6dfe
@ -291,7 +291,7 @@ fi
|
|||||||
|
|
||||||
# CPU-specific optimizations
|
# CPU-specific optimizations
|
||||||
case "${host_cpu}" in
|
case "${host_cpu}" in
|
||||||
*sparc*)
|
*sparc64*)
|
||||||
AC_LANG_PUSH([C++])
|
AC_LANG_PUSH([C++])
|
||||||
LIBZMQ_CHECK_LANG_FLAG_PREPEND([-mcpu=v9])
|
LIBZMQ_CHECK_LANG_FLAG_PREPEND([-mcpu=v9])
|
||||||
AC_LANG_POP([C++])
|
AC_LANG_POP([C++])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user