Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 6eaaf36

Browse files
committed
driver: allow objcopy and strip binaries to be specified
1 parent 0aceafc commit 6eaaf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu
55
setup_variables() {
66
while [[ ${#} -ge 1 ]]; do
77
case ${1} in
8-
"AR="* | "ARCH="* | "CC="* | "LD="* | "LLVM_IAS="* | "NM"=* | "OBJDUMP"=* | "OBJSIZE"=* | "REPO="*) export "${1?}" ;;
8+
"AR="* | "ARCH="* | "CC="* | "LD="* | "LLVM_IAS="* | "NM"=* | "OBJCOPY"=* | "OBJDUMP"=* | "OBJSIZE"=* | "REPO="* | "STRIP"=*) export "${1?}" ;;
99
"-c" | "--clean") cleanup=true ;;
1010
"-j" | "--jobs")
1111
shift

0 commit comments

Comments
 (0)