You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a internal wrapper tool in the make for the gcc compiler.
In bazel since we need to use the toolchain, is there a way to run this wrapper in the toolchain.
EG:- The default gcc command is as /usr/bin/gcc <args for compiler> (Thnx to toolchain I can directly use the arch we need)
Need to run a <wrapper> <args_for_wrapper> /usr/bin/gcc <args for compiler>
Please help on a approach to achieve this using the hermatic toolchain.
The text was updated successfully, but these errors were encountered:
We are using a internal wrapper tool in the make for the gcc compiler.
In bazel since we need to use the toolchain, is there a way to run this wrapper in the toolchain.
EG:- The default gcc command is as
/usr/bin/gcc <args for compiler>
(Thnx to toolchain I can directly use the arch we need)Need to run a
<wrapper> <args_for_wrapper> /usr/bin/gcc <args for compiler>
Please help on a approach to achieve this using the hermatic toolchain.
The text was updated successfully, but these errors were encountered: