From: Julian Seward Date: Sat, 6 Jan 2007 00:13:43 +0000 (+0000) Subject: Merge r6475 (Pass CC and AR to vex's Makefile here too.) X-Git-Tag: svn/VALGRIND_3_2_2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f99c6c1b9b2ef6eb14a9e83d98d4e6136d077dcd;p=thirdparty%2Fvalgrind.git Merge r6475 (Pass CC and AR to vex's Makefile here too.) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6476 --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 4727318dd6..8579bbd26d 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -267,7 +267,7 @@ m_syswrap/syscall-ppc64-linux.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