|
From: Nicholas N. <n.n...@gm...> - 2009-01-07 06:49:52
|
Hi, We have VGP_* symbols which specify the platform, and VGO_* which specifies the OS, but no VGA_* ones for the architecture. I thought we did, but seemingly not. This seems like it would be useful -- eg. in memcheck/tests/ the x86/, amd64/, ppc32/ and ppc64 subdirs are chosen in the Makefile.am based on the VGP_* value, but using the VGA_* value would be better -- with the current approach, if we add an x86/NonLinux platform we'll have to add VGP_X86_NonLinux to the test, whereas if they were VGA_* ones there wouldn't be any problem. Any objections to me adding this? Nick |