We are building a CPU simulator and applications that run on top of the simulator. As a part of our build, we need to compile the simulator itself, as well as test applications that will run in the simulation. The simulator should be compiled for the host system that the build is running on. The test applications need to be cross-compiled to the particular target that will be simulated. A particular test application may be built for multiple different target platforms.
I think what I'm looking for is the ability to explicitly specify for each cc_binary and cc_library what my platform target is and have the tooling use the appropriate tool chain for that target. Is this something I can accomplish with bazel?
-Matt
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/f1ff6551-5d5f-4a8a-8f44-0fb93d99eea2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
is the ability to explicitly specify for each cc_binary and cc_library what my platform target is and have the tooling use the appropriate tool chain for that target. Is this something I can accomplish with bazel?
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/04b2a140-22c7-497d-bfa4-f4c156d96062%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/bfb7a3c9-3cfb-49a1-afe3-539c32c2118b%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/bfb7a3c9-3cfb-49a1-afe3-539c32c2118b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.