On Mon, Aug 19, 2013 at 9:31 AM, dan wu <[email protected]> wrote: > when I build v8 on RHEL5.4,Getting following error: ar: illegal option -- T > > I think this is beacuse my AR version is old ,it can not support "-T" > option,but I do not want to upgrade binutils. How can I remove "-T" option? > > I would appreciate any help, thank you.
`find -name \*.gyp | xargs grep -nw static_library`. Add 'standalone_static_library': 1 to all hits and you should be good. It's possible you can enable standalone_static_library through the GYP_DEFINES or GYP_GENERATOR_FLAGS environment variables but I haven't been able to get that to work. (Admittedly I didn't try very hard either.) -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
