Disable asm on x86_64-*-cygwin*, thanks to neheb@
This commit is contained in:
parent
43f370671c
commit
38d0a4d1ca
@ -70,7 +70,7 @@ AS_IF([test "x$EMSCRIPTEN" != "x"],[
|
||||
AC_MSG_WARN([compiling to javascript - asm implementations disabled])
|
||||
])
|
||||
|
||||
AS_CASE([$host_os], [mingw64], [enable_asm="no"])
|
||||
AS_CASE([$host], [x86_64-*-mingw* | x86_64-*-cygwin*], [enable_asm="no"])
|
||||
|
||||
AC_ARG_ENABLE(pie,
|
||||
[AS_HELP_STRING(--disable-pie,Do not produce position independent executables)],
|
||||
|
Loading…
Reference in New Issue
Block a user