From: Philippe Waroquiers Date: Tue, 4 Aug 2015 19:25:53 +0000 (+0000) Subject: Ensure libvex tests in none are compiling on amd64, when configuring for 32 bits... X-Git-Tag: svn/VALGRIND_3_11_0~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=608058dcf97b16ee2161c5b42ee90ed9a5c6baef;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index dd7f1d76a7..20e7145078 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@