From: Luke Dashjr Date: Sat, 10 Oct 2015 08:11:38 +0000 (+0000) Subject: configure: Set the correct x32 machine option for yasm X-Git-Tag: 0.13.1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4778001b673c73133d7d1dd48a385d0ca424ccfc;p=libass configure: Set the correct x32 machine option for yasm --- diff --git a/configure.ac b/configure.ac index 117b23b..d6fbe34 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,12 @@ AS_IF([test x$enable_asm != xno], [ X86=true BITS=32 ASFLAGS="$ASFLAGS -DARCH_X86_64=0 -m x86" ], + [x86_64-*-gnux32|amd64-*-gnux32], [ + AS=yasm + INTEL=true + X64=true + BITS=64 + ASFLAGS="$ASFLAGS -DARCH_X86_64=1 -m x32" ], [x86_64-*|amd64-*], [ AS=yasm INTEL=true