Skip to content

Commit

Permalink
add gcc library for local build on Arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Zhang <[email protected]>
  • Loading branch information
zhlhahaha committed Oct 19, 2022
1 parent 417fce4 commit 29e0440
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def _impl(ctx):
"/proc/self/cwd/external/aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/",
"/proc/self/cwd/external/aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.2.1/include/",
"/proc/self/cwd/external/aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/lib/",
"/usr/lib/gcc/aarch64-redhat-linux/8/include",
],
features = features,
toolchain_identifier = "aarch64-toolchain",
Expand Down

0 comments on commit 29e0440

Please sign in to comment.