Skip to content

Commit 1b066f1

Browse files
committed
Update the compiler_pieces of the RPi ARM compiler.
1 parent 52e009a commit 1b066f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arm_compiler.BUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ filegroup(
4343
filegroup(
4444
name = "compiler_pieces",
4545
srcs = glob([
46-
"arm-linux-gnueabihf/**",
46+
"arm-rpi-linux-gnueabihf/**",
4747
"libexec/**",
48-
"lib/gcc/arm-linux-gnueabihf/**",
48+
"lib/gcc/arm-rpi-linux-gnueabihf/**",
4949
"include/**",
5050
]),
5151
)

0 commit comments

Comments
 (0)