From a9cfd95c248c7d111a76c9d61f158086b289552d Mon Sep 17 00:00:00 2001 From: Tapani Pälli Date: Thu, 31 May 2012 09:32:45 +0300 Subject: automake: use -m32 in CCASFLAGS when using --enable-32-bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this fixes libdricore directory build with --enable-32-bit on a x86_64 system Signed-off-by: Tapani Pälli Reviewed-by: Eric Anholt --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 527accca522..fc1c28eb244 100644 --- a/configure.ac +++ b/configure.ac @@ -271,6 +271,7 @@ if test "x$enable_32bit" = xyes; then if test "x$GCC" = xyes; then CFLAGS="$CFLAGS -m32" ARCH_FLAGS="$ARCH_FLAGS -m32" + CCASFLAGS="$CCASFLAGS -m32" fi if test "x$GXX" = xyes; then CXXFLAGS="$CXXFLAGS -m32" -- cgit v1.2.3