]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Build 32-bit exp-bbv tests as 32-bit. Patch supplied by Maynard Johnson
authorBart Van Assche <bvanassche@acm.org>
Sat, 18 Sep 2010 08:40:52 +0000 (08:40 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 18 Sep 2010 08:40:52 +0000 (08:40 +0000)
(see also #247526).

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

exp-bbv/tests/ppc32-linux/Makefile.am

index d022cf73c0dce91005015abdf2447cb929b653c7..c09495956150ddef56f1ad43836f5ebb576746cc 100644 (file)
@@ -14,9 +14,9 @@ EXTRA_DIST = \
           million.post.exp \
           million.vgtest
 
-AM_CCASFLAGS += -ffreestanding
+AM_CCASFLAGS += -ffreestanding -m32
 
-LDFLAGS += -nostartfiles -nodefaultlibs
+LDFLAGS += -nostartfiles -nodefaultlibs -m32
 
 ll_SOURCES = ll.S
 million_SOURCES = million.S