--
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/bdd9c7e1-af71-4388-8672-702d771eee0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am trying to use bazel on my board which is armv7l architecture and i am using poky distro builded from yocto.
While compiling bazel source code i need to provide cxx flags as my libstd++ is optimized for 'cortex-a15'.
So i need to add '-mcpu=cortex-a15' to my cxx flags while compiling bazel from source but i don't know in which file i have to provide the compiler options.
Hi,
Snipsco seem to have a patch for tensorflow which basically is for bazel to be able to cross compile tensorflow.
https://github.com/snipsco/tensorflow-build/blob/master/tf-crosscompile.patch
Apologies if its not directly related to this problem.
- Rakesh