aboutsummaryrefslogtreecommitdiff
path: root/none
diff options
context:
space:
mode:
authorphilippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-08-04 19:25:53 +0000
committerphilippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-08-04 19:25:53 +0000
commitb637cd443ec781bcd30fc73f10cfacaaac8df814 (patch)
tree3d7b196f926d214f6099ec58a31db2223006925d /none
parentf29a856dc22e56501b91354f417c9fddbf4f7b45 (diff)
downloadvalgrind-b637cd443ec781bcd30fc73f10cfacaaac8df814.tar.gz
Ensure libvex tests in none are compiling on amd64, when configuring for 32 bits only
Patch from Matthias Schwarzott git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15485 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'none')
-rw-r--r--none/tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am
index dd7f1d76a..20e714507 100644
--- a/none/tests/Makefile.am
+++ b/none/tests/Makefile.am
@@ -276,10 +276,10 @@ else
nestedfns_CFLAGS = $(AM_CFLAGS)
mq_LDADD = -lrt
endif
-libvex_test_CFLAGS = @FLAG_FSANITIZE@
+libvex_test_CFLAGS = $(AM_CFLAGS)@FLAG_FSANITIZE@
libvex_test_LDADD = ../../VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a \
@LIB_UBSAN@
-libvexmultiarch_test_CFLAGS= @FLAG_FSANITIZE@
+libvexmultiarch_test_CFLAGS= $(AM_CFLAGS) @FLAG_FSANITIZE@
libvexmultiarch_test_LDADD = \
../../VEX/libvexmultiarch-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a \
../../VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a @LIB_UBSAN@