The flag for compiling test none/tests/ppc32/test_isa_2_07_part2.c was

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
This commit is contained in:
Carl Love 2013-09-05 17:59:03 +00:00
parent 6e3bb2af58
commit e3568e0210

View 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)