From: Julian Seward Date: Fri, 5 Jan 2007 23:50:45 +0000 (+0000) Subject: Pass CC and AR to vex's Makefile here too. X-Git-Tag: svn/VALGRIND_3_3_0~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b34ac0468e29f8fb84dced644ba2d0e57f3e88d;p=thirdparty%2Fvalgrind.git Pass CC and AR to vex's Makefile here too. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6475 --- 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