On Tue, Nov 9, 2010 at 6:58 PM, Paweł Hajdan, Jr. <[email protected]> wrote: > On Tue, Nov 9, 2010 at 09:56, Mads Sig Ager <[email protected]> wrote: >> >> Yes, please do file a bug report on this. > > Done, http://code.google.com/p/v8/issues/detail?id=928 > >> >> Patches are very welcome so it would be great if you can fix this. > > Right, I'm going to do all the testing etc, but I'd need some scons pointers > from you as well. I have tried to fix it myself but failed. > >> >> We have a command-line option called importenv that you might be able to >> use to import LDFLAGS. > > I've tried that, and it didn't work for me. It's slightly weird, that scons > also has LINKFLAGS. I'm quite confused by this. Could you more precisely > describe what command-line invocation of scons I should try?
I'm afraid I don't know more about this part of scons than you do. :( I would try something like: export LDFLAGS="..." scons importenv="LDFLAGS" It is indeed a bit weird that scons has LINKFLAGS as well, unfortunately I don't know how that works. > By the way, it seems that C/CXXFLAGS are nicely respected. > > -- > 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
