If I make a patch that added the option, could it be accepted? Or is this functionality that is not desired?
On Wed, Jan 9, 2013 at 12:57 AM, Jakob Kummerow <[email protected]> wrote: > On Wed, Jan 9, 2013 at 2:50 AM, Joe Millenbach <[email protected]> > wrote: >> >> I'm trying to build current versions of the v8 shell to use while running >> the v8 benchmark, Kraken, and SunSpider. But we want the build to be >> statically linked so it will run without any specific libraries or versions >> of libraries installed. This is on x86 (32 and 64 bit) Linux, and ARM based >> systems (Android and Linux). >> >> By default I get dynamically linked binaries, and I don't see any static >> option to turn on in the wiki instructions. > > > That's correct, we don't provide options to statically link system > libraries. > >> >> Also I have never used GYP before so I'm not sure where to start digging >> inside it to find the linking options. > > > Overriding the LDFLAGS/CXXFLAGS environment variables should work, in which > case you don't need to mess with GYP. > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
