mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 19:54:18 +00:00
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:
parent
6e3bb2af58
commit
e3568e0210
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user