From 1b066f11ad6042696b9a62f7531c1add9dcbd654 Mon Sep 17 00:00:00 2001 From: Adam Hillier <7688302+AdamHillier@users.noreply.github.com> Date: Mon, 12 Apr 2021 12:15:51 +0100 Subject: [PATCH] Update the `compiler_pieces` of the RPi ARM compiler. --- arm_compiler.BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arm_compiler.BUILD b/arm_compiler.BUILD index 1ddc0c62dfa..ea6ef8f71e8 100644 --- a/arm_compiler.BUILD +++ b/arm_compiler.BUILD @@ -43,9 +43,9 @@ filegroup( filegroup( name = "compiler_pieces", srcs = glob([ - "arm-linux-gnueabihf/**", + "arm-rpi-linux-gnueabihf/**", "libexec/**", - "lib/gcc/arm-linux-gnueabihf/**", + "lib/gcc/arm-rpi-linux-gnueabihf/**", "include/**", ]), )