Add bug 494246 to NEWS
[valgrind.git] / memcheck / tests / ppc64 / Makefile.am
blob7d1f364703d2b4e2f36071ad13696774465df996
2 include $(top_srcdir)/Makefile.tool-tests.am
4 dist_noinst_SCRIPTS = filter_stderr
6 EXTRA_DIST = $(noinst_SCRIPTS) \
7         power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest \
8         power_ISA2_05.stdout.exp_Without_FPPO power_ISA2_05.stdout.exp_Without_FPPO_2 \
9         power_ISA2_07.stdout.exp  power_ISA2_07.stdout.exp-LE \
10         power_ISA2_07.stderr.exp power_ISA2_07.vgtest
13 check_PROGRAMS = \
14         power_ISA2_05 power_ISA2_07
16 power_ISA2_05_CFLAGS = $(AM_CFLAGS) $(WERROR) -Winline -Wall -Wshadow -g \
17                 -I$(top_srcdir)/include @FLAG_M64@
19 if HAS_ISA_2_07
20         BUILD_FLAGS_ISA_2_07 =  -mhtm -mcpu=power8
21         ISA_2_07_FLAG = -DHAS_ISA_2_07
22 else
23         BUILD_FLAGS_ISA_2_07 =
24         ISA_2_07_FLAG =
25 endif
27 power_ISA2_07_CFLAGS = $(AM_CFLAGS) $(WERROR) -Winline -Wall -Wshadow -g \
28                $(ISA_2_07_FLAG)  -I$(top_srcdir)/include @FLAG_M64@