aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/toolchains/cpus/arm/CROSSTOOL.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/toolchains/cpus/arm/CROSSTOOL.tpl')
-rw-r--r--third_party/toolchains/cpus/arm/CROSSTOOL.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/toolchains/cpus/arm/CROSSTOOL.tpl b/third_party/toolchains/cpus/arm/CROSSTOOL.tpl
index 04e399bed1..ad7f5596d0 100644
--- a/third_party/toolchains/cpus/arm/CROSSTOOL.tpl
+++ b/third_party/toolchains/cpus/arm/CROSSTOOL.tpl
@@ -77,7 +77,9 @@ toolchain {
cxx_builtin_include_directory: "%{ARM_COMPILER_PATH}%/lib/gcc/arm-linux-gnueabihf/4.9.3/include-fixed"
cxx_builtin_include_directory: "%{ARM_COMPILER_PATH}%/local_include"
cxx_builtin_include_directory: "/usr/include"
- cxx_builtin_include_directory: "/workspace/toolchain/openblas/include/"
+ # The path below must match the one used in
+ # tensorflow/tools/ci_build/pi/build_raspberry_pi.sh.
+ cxx_builtin_include_directory: "/tmp/openblas_install/include/"
cxx_flag: "-std=c++11"
# The cxx_builtin_include_directory directives don't seem to be adding these, so
# explicitly set them as flags. There's a query to the Bazel team outstanding about