Updates:
Summary: Support multiple configurations with Ninja through top-level Makefile/build.ninja file
        Cc: [email protected]
        Labels: -Priority-Medium Priority-Low
        Blockedon: v8:2659

Comment #3 on issue 2200 by [email protected]: Support multiple configurations with Ninja through top-level Makefile/build.ninja file
http://code.google.com/p/v8/issues/detail?id=2200

The last blocking item for building V8 with Ninja was resolved with the fix for issue 2659. I tried it today and d8 can now be successfully built with Ninja. Unfortunately it is not comfortable to do so, as you have to "cd ./out/out/Debug" first and it only supports one architecture per checkout.

So I am going to hijack this issue to now track missing support for multiple configurations in one V8 checkout and renamed the issue accordingly. Priority was lowered accordingly.

My vision would be to either support e.g. "ninja ia32.debug" through a top-level build.ninja file or alternatively to support something like e.g. "make ia32.debug.ninja" that uses make to invoke GYP and then dispatches to Ninja for the actual build. Comments on either of these ideas (or a third better idea) are very much welcome.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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.


Reply via email to