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

Commit 50b5772

Browse files
Merge pull request #272 from ClangBuiltLinux/objcopy-strip
Allow objcopy and strip binaries to be specified
2 parents 86ed6bf + 6eaaf36 commit 50b5772

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)