]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
The flag for compiling test none/tests/ppc32/test_isa_2_07_part2.c was
authorCarl Love <cel@us.ibm.com>
Thu, 5 Sep 2013 17:59:03 +0000 (17:59 +0000)
committerCarl Love <cel@us.ibm.com>
Thu, 5 Sep 2013 17:59:03 +0000 (17:59 +0000)
incorrectly set to FLAG_M64 instead of FLAG_M32.  Fixed the flag.  The
issue was reported in Bugzilla 324546.

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

none/tests/ppc32/Makefile.am

index e7abf3fdc46e6acbf4bd6c21cb395051ebeee5b2..ca5f587638920ddc9cccf7798b617a17b90c2ccf 100644 (file)
@@ -122,4 +122,4 @@ test_isa_2_07_part1_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -lm -g -mregnames $(
                         @FLAG_M32@ $(BUILD_FLAGS_ISA_2_07)
 
 test_isa_2_07_part2_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -lm -g -mregnames $(ISA_2_07_FLAG) \
-                       @FLAG_M64@ $(BUILD_FLAGS_ISA_2_07)
+                       @FLAG_M32@ $(BUILD_FLAGS_ISA_2_07)