#!/bin/bash --norc

exec -a arm-none-eabi-objcopy \
	${BAZEL_OUTPUT_ROOT}external/gcc_arm_none_eabi/bin/arm-none-eabi-objcopy \
	"$@"
