commit | 616608365c5afaf12246675e50e78c741872f301 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Fri Mar 04 21:56:39 2016 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Fri Mar 04 21:56:39 2016 -0800 |
tree | 8edf07505c8b28378e653a6fc5d2ef017468c3b8 | |
parent | bc918b69460ec497fd21d02e8efa95ed89d50523 [diff] [blame] |
Renamed linaro compiler to work with the new bazel. Change-Id: I48eaf7a54677d970e39aacc7c23f902889158b2f
diff --git a/tools/cpp/linaro_linux_gcc/arm-linux-gnueabihf-as b/tools/cpp/linaro_linux_gcc/arm-linux-gnueabihf-as index 2b5b029..7a67c77 100755 --- a/tools/cpp/linaro_linux_gcc/arm-linux-gnueabihf-as +++ b/tools/cpp/linaro_linux_gcc/arm-linux-gnueabihf-as
@@ -1,5 +1,5 @@ #!/bin/bash --norc exec -a arm-linux-gnueabihf-as \ - ${BAZEL_OUTPUT_ROOT}external/linaro_linux_gcc_4.9_repo/bin/arm-linux-gnueabihf-as \ + ${BAZEL_OUTPUT_ROOT}external/linaro_linux_gcc_4_9_repo/bin/arm-linux-gnueabihf-as \ "$@"