cc_binary
(on osx / linux) creates executables with no suffix. This makes sense, since the standard on those platforms is to not use extensions.
When using Bazel as a cross-compiler through a custom CROSSTOOL, though, I'd like Bazel to emit an elf file with an explicit .elf
suffix.
Is this possible, either through CROSSTOOL or a custom "rename" rule?