Brian Silverman | 0d57fc8 | 2016-01-24 21:02:53 -0500 | [diff] [blame] | 1 | #!/bin/bash --norc |
| 2 | |
Austin Schuh | 6166083 | 2016-03-04 21:56:39 -0800 | [diff] [blame^] | 3 | PATH="${BAZEL_OUTPUT_ROOT}external/linaro_linux_gcc_4_9_repo/libexec/gcc/arm-linux-gnueabihf/4.9.3:$PATH" \ |
Brian Silverman | 0d57fc8 | 2016-01-24 21:02:53 -0500 | [diff] [blame] | 4 | exec \ |
Austin Schuh | 6166083 | 2016-03-04 21:56:39 -0800 | [diff] [blame^] | 5 | ${BAZEL_OUTPUT_ROOT}external/linaro_linux_gcc_4_9_repo/bin/arm-linux-gnueabihf-gcc \ |
Brian Silverman | 0d57fc8 | 2016-01-24 21:02:53 -0500 | [diff] [blame] | 6 | "$@" |