From 3b34ac0468e29f8fb84dced644ba2d0e57f3e88d Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Fri, 5 Jan 2007 23:50:45 +0000 Subject: [PATCH] Pass CC and AR to vex's Makefile here too. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6475 --- coregrind/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 850b6a5c33..42f6c05dcd 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -340,7 +340,7 @@ m_syswrap/syscall-ppc64-aix5.S: libvex_guest_offsets.h m_syswrap/syswrap-main.c: libvex_guest_offsets.h libvex_guest_offsets.h: - $(MAKE) -C @VEX_DIR@ pub/libvex_guest_offsets.h + $(MAKE) -C @VEX_DIR@ CC="$(CC)" AR="$(AR)" pub/libvex_guest_offsets.h VGPRELOAD_CORE_SOURCES_COMMON = vg_preloaded.c -- 2.47.2