aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-12-23 19:40:26 -0700
committerSteven Fackler <[email protected]>2017-12-23 19:40:26 -0700
commit25984aa1833aabae7e32ab3852749f46b0e239ce (patch)
tree83f0657bab96e7890a491767bd4a3fd051ef0289 /test
parentClean up 1.0.1 hostname verification (diff)
downloadrust-openssl-25984aa1833aabae7e32ab3852749f46b0e239ce.tar.xz
rust-openssl-25984aa1833aabae7e32ab3852749f46b0e239ce.zip
Fix script
Diffstat (limited to 'test')
-rwxr-xr-xtest/build_openssl.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/build_openssl.sh b/test/build_openssl.sh
index f3c19676..9c1cda1e 100755
--- a/test/build_openssl.sh
+++ b/test/build_openssl.sh
@@ -21,6 +21,7 @@ esac
case "${TARGET}" in
"x86_64-unknown-linux-gnu")
OS_COMPILER=linux-x86_64
+ OS_FLAGS=""
;;
"i686-unknown-linux-gnu")
OS_COMPILER=linux-elf
@@ -28,6 +29,7 @@ case "${TARGET}" in
;;
"arm-unknown-linux-gnueabihf")
OS_COMPILER=linux-armv4
+ OS_FLAGS=""
export AR=arm-linux-gnueabihf-ar
export CC=arm-linux-gnueabihf-gcc
;;