]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add configure check for 32 bit build support on arm64-linux.
authorMark Wielaard <mark@klomp.org>
Wed, 27 Aug 2014 18:29:34 +0000 (18:29 +0000)
committerMark Wielaard <mark@klomp.org>
Wed, 27 Aug 2014 18:29:34 +0000 (18:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14373

configure.ac

index fa6a020d1e42fa89e8f19a361142b67b5703ce2c..c2eaac28b8769f81241b00d6c37efecbecb2a255 100644 (file)
@@ -397,7 +397,7 @@ esac
 # does not support building 32 bit programs
 
 case "$ARCH_MAX-$VGCONF_OS" in
-     amd64-linux|ppc64be-linux)
+     amd64-linux|ppc64be-linux|arm64-linux)
         AC_MSG_CHECKING([for 32 bit build support])
         safe_CFLAGS=$CFLAGS
         CFLAGS="-m32"