summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
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