From: Carl Love Date: Fri, 10 Sep 2021 21:20:10 +0000 (-0500) Subject: Cleanup of none/tests/ppc64/Makefile.am X-Git-Tag: VALGRIND_3_18_0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81032a82f77fc7038d80621fefd75b5726760a60;p=thirdparty%2Fvalgrind.git Cleanup of none/tests/ppc64/Makefile.am Fixing indentation and move the jm_insns_CFLAGS next to the other CFLAGS definitions. No functional changes. --- diff --git a/none/tests/ppc64/Makefile.am b/none/tests/ppc64/Makefile.am index 5c2ee87d58..df03dbec31 100644 --- a/none/tests/ppc64/Makefile.am +++ b/none/tests/ppc64/Makefile.am @@ -7,7 +7,7 @@ noinst_HEADERS = ppc64_helpers.h isa_3_1_helpers.h isa_3_1_register_defines.h EXTRA_DIST = \ jm-int.stderr.exp jm-int.stdout.exp jm-int.vgtest jm-int.stdout.exp-LE \ - jm-int.stdout.exp-LE-ISA3_0 \ + jm-int.stdout.exp-LE-ISA3_0 \ jm-int_other.stderr.exp jm-int_other.stdout.exp jm-int_other.vgtest \ jm-int_other.stdout.exp-LE \ jm-fp.stderr.exp jm-fp.stdout.exp jm-fp.vgtest jm-fp.stdout.exp-LE jm-fp.stdout.exp-LE2 jm-fp.stdout.exp-BE2 \ @@ -141,9 +141,6 @@ else HTM_FLAG = endif -jm_insns_CFLAGS = $(AM_CFLAGS) -Wl,-z,norelro -Winline -Wall -O -g -mregnames \ - @FLAG_M64@ $(ALTIVEC_FLAG) $(BUILD_FLAG_ALTIVEC) - if HAS_ISA_3_00 BUILD_FLAGS_ISA_3_00 = -mcpu=power8 ISA_3_00_FLAG = -DHAS_ISA_3_00 @@ -160,6 +157,9 @@ BUILD_FLAGS_ISA_3_1 = ISA_3_1_FLAG = endif +jm_insns_CFLAGS = $(AM_CFLAGS) -Wl,-z,norelro -Winline -Wall -O -g -mregnames \ + @FLAG_M64@ $(ALTIVEC_FLAG) $(BUILD_FLAG_ALTIVEC) + test_isa_2_06_part1_CFLAGS = $(AM_CFLAGS) -Winline -Wall -O -g -mregnames $(VSX_FLAG) \ @FLAG_M64@ $(ALTIVEC_FLAG) $(BUILD_FLAG_VSX)