That sounds great. If we can make export of LDFLAGS combined with importenv="LDFLAGS" work that would be perfect. Thanks for digging into this!
-- Mads On Wed, Nov 10, 2010 at 5:01 PM, Paweł Hajdan, Jr. <[email protected]> wrote: > 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 -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
