#!/bin/bash --norc

exec -a arm-linux-gnueabihf-nm \
	${BAZEL_OUTPUT_ROOT}external/linaro_linux_gcc_4_9_repo/bin/arm-linux-gnueabihf-nm \
	"$@"
