Skip to content

Commit

Permalink
[RISCV] gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Nov 15, 2023
1 parent a9e3c5f commit ff68971
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions toolchain/compiler.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ filegroup(
srcs = glob(["bin/riscv-none-elf-gcov*"]),
)

# gdb executables.
filegroup(
name = "gdb",
srcs = glob(["bin/arm-none-eabi-gdb*"]),
)

# ar executables.
filegroup(
name = "ar",
Expand Down

0 comments on commit ff68971

Please sign in to comment.