|
From: Josef W. <Jos...@gm...> - 2004-11-19 14:32:41
Attachments:
valgrind.pc.in.patch
|
Hi Nick, in my tool, I use VKI_O_APPEND. Can you readd it to include/x86-linux/vki_arch.h ? If I want to introduce arch/platform specific things in the external tool, there has to be a way to forward VG_ARCH from VG to the external build system, or I would have to copy all the arch detection stuff from Valgrinds configure.in. I would prefer the first. pkg-config can also forward arbitrary variables. The proposed patch for valgrind.pc.in is attached. Cheers, Josef |
|
From: Nicholas N. <nj...@ca...> - 2004-11-19 15:43:16
|
On Fri, 19 Nov 2004, Josef Weidendorfer wrote: > in my tool, I use VKI_O_APPEND. > Can you readd it to include/x86-linux/vki_arch.h ? > > pkg-config can also forward arbitrary variables. > The proposed patch for valgrind.pc.in is attached. Done and done. N |