]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't hardwire @FLAG_M32@ in here, since this directory isn't arch
authorJulian Seward <jseward@acm.org>
Thu, 22 Jan 2009 01:36:51 +0000 (01:36 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 22 Jan 2009 01:36:51 +0000 (01:36 +0000)
specific (and so the build fails eg on a 64 bit machine that does
not have a 32-bit toolchain installed).  Use $(AM_FLAG_M3264_PRI)
instead.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9018

memcheck/tests/linux/Makefile.am

index b0ad79f09518d49ec4ce3585e95dce76f9c65768..bd713e1679c8916da71853ccbcb07eb7410606e8 100644 (file)
@@ -9,9 +9,8 @@ check_PROGRAMS = \
        timerfd-syscall
 
 AM_CPPFLAGS  = -I$(top_srcdir)/include
-AM_CFLAGS    = $(WERROR) @FLAG_M32@ -Winline -Wall -Wshadow -g \
+AM_CFLAGS    = $(WERROR) $(AM_FLAG_M3264_PRI) -Winline -Wall -Wshadow -g \
                $(FLAG_MMMX) $(FLAG_MSSE)
 AM_CXXFLAGS  = $(AM_CFLAGS)
-AM_CCASFLAGS = @FLAG_M32@
 
 timerfd_syscall_LDADD = -lrt