blob: c8062724fc1710133446aef16bdc21f30900735b [file] [log] [blame]
#!/bin/bash --norc
LD_LIBRARY_PATH="${BAZEL_OUTPUT_ROOT}external/arm_frc_gnueabi_deps/usr/lib/x86_64-linux-gnu"
LD_LIBRARY_PATH+=":${BAZEL_OUTPUT_ROOT}external/arm_frc_gnueabi_deps/lib/x86_64-linux-gnu"
export LD_LIBRARY_PATH
exec -a arm-frc2024-linux-gnueabi-dwp \
"${BAZEL_OUTPUT_ROOT}external/arm_frc_linux_gnueabi_repo/bin/arm-frc2024-linux-gnueabi-dwp" \
"$@"