On Wed, Nov 10, 2010 at 10:48, Mads Sig Ager <[email protected]> wrote:

> export LDFLAGS="..."
> scons importenv="LDFLAGS"


That doesn't work. However, exporting LINKFLAGS="${LDFLAGS}" and running
scons with importenv="LINKFLAGS"... works!

For reference, here is the Gentoo ebuild that contains the fix:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.5.4.ebuild?revision=1.1&view=markup

Based on that, I should be able to produce a working patch for V8. It would
take the LDFLAGS from environment, and add it to LINKFLAGS. What do you
think?

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to