[v8-dev] Re: Issue 2200 in v8: Support multiple configurations with Ninja through top-level Makefile/build.ninja file

2015-06-25 Thread codesite-noreply via v8-dev
Updates: Status: Duplicate Mergedinto: 4101 Comment #8 on issue 2200 by mstarzin...@chromium.org: Support multiple configurations with Ninja through top-level Makefile/build.ninja file https://code.google.com/p/v8/issues/detail?id=2200 (No comment was entered for this change.)

[v8-dev] Re: Issue 2200 in v8: Support multiple configurations with Ninja through top-level Makefile/build.ninja file

2015-02-06 Thread codesite-noreply via v8-dev
Comment #7 on issue 2200 by joc...@chromium.org: Support multiple configurations with Ninja through top-level Makefile/build.ninja file https://code.google.com/p/v8/issues/detail?id=2200 you have to set the resp. GYP_DEFINES, e.g. v8_target_arch=ia32 -- You received this message because this

[v8-dev] Re: Issue 2200 in v8: Support multiple configurations with Ninja through top-level Makefile/build.ninja file

2015-02-06 Thread codesite-noreply via v8-dev
Updates: Cc: ma...@chromium.org Comment #6 on issue 2200 by ma...@chromium.org: Support multiple configurations with Ninja through top-level Makefile/build.ninja file https://code.google.com/p/v8/issues/detail?id=2200 (No comment was entered for this change.) -- You received this mes

[v8-dev] Re: Issue 2200 in v8: Support multiple configurations with Ninja through top-level Makefile/build.ninja file

2015-02-05 Thread codesite-noreply via v8-dev
Comment #5 on issue 2200 by ma...@chromium.org: Support multiple configurations with Ninja through top-level Makefile/build.ninja file https://code.google.com/p/v8/issues/detail?id=2200 jochen, how can I select which configuration to build? (-Goutput_dir=out.ia32 is just the output dir name

[v8-dev] Re: Issue 2200 in v8: Support multiple configurations with Ninja through top-level Makefile/build.ninja file

2013-07-08 Thread codesite-noreply
Comment #4 on issue 2200 by joc...@chromium.org: Support multiple configurations with Ninja through top-level Makefile/build.ninja file http://code.google.com/p/v8/issues/detail?id=2200 with ninja, you'd do ninja -C out/Debug instead of explicitely using cd out/Debug The pattern to suppor

[v8-dev] Re: Issue 2200 in v8: Support multiple configurations with Ninja through top-level Makefile/build.ninja file

2013-07-08 Thread codesite-noreply
Updates: Summary: Support multiple configurations with Ninja through top-level Makefile/build.ninja file Cc: tfar...@chromium.org Labels: -Priority-Medium Priority-Low Blockedon: v8:2659 Comment #3 on issue 2200 by mstarzin...@chromium.org: Support multiple configura