Disable asm on mingw64
This commit is contained in:
parent
554ad5bb6c
commit
4b08902232
@ -70,10 +70,14 @@ AS_IF([test "x$EMSCRIPTEN" != "x"],[
|
|||||||
AC_MSG_WARN([compiling to javascript - asm implementations disabled])
|
AC_MSG_WARN([compiling to javascript - asm implementations disabled])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
AS_CASE([$host_os], [mingw64], [enable_asm="no"])
|
||||||
|
|
||||||
AC_ARG_ENABLE(pie,
|
AC_ARG_ENABLE(pie,
|
||||||
[AS_HELP_STRING(--disable-pie,Do not produce position independent executables)],
|
[AS_HELP_STRING(--disable-pie,Do not produce position independent executables)],
|
||||||
enable_pie=$enableval, enable_pie="maybe")
|
enable_pie=$enableval, enable_pie="maybe")
|
||||||
|
|
||||||
|
AS_CASE([$host_os], [mingw64], [enable_pie="no"])
|
||||||
|
|
||||||
AC_ARG_ENABLE(blocking-random,
|
AC_ARG_ENABLE(blocking-random,
|
||||||
[AS_HELP_STRING(--enable-blocking-random,Use /dev/random instead of /dev/urandom)],
|
[AS_HELP_STRING(--enable-blocking-random,Use /dev/random instead of /dev/urandom)],
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user