Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
55139feb9232d5a22f426e5afc7dad43741e1bd7
/
.
/
tools
/
cpp
/
arm-frc-linux-gnueabi
/
arm-frc-linux-gnueabi-objcopy
blob: b126fc7184747b005f99e93be49d99492fd0c140 [
file
] [
log
] [
blame
]
Austin Schuh
55139fe
2015-10-14 23:55:24 -0700
[
diff
] [
blame^
]
1
#!/bin/bash --norc
2
3
exec
-
a arm
-
frc
-
linux
-
gnueabi
-
objcopy \
4
"${BAZEL_OUTPUT_ROOT}external/arm-frc-linux-gnueabi-repo/usr/bin/arm-frc-linux-gnueabi-objcopy"
\
5
"$@"