Skip to content

Commit

Permalink
Disable asm on x86_64-*-cygwin*, thanks to neheb@
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 9, 2013
1 parent 43f3706 commit 38d0a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)],
Expand Down

0 comments on commit 38d0a4d

Please sign in to comment.