From 8d4408725a415638f94bbfb3c8a8b1146df2fee5 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 21 Aug 2020 19:36:54 +0800
Subject: [PATCH] update openssl zlib build shell script

---
 3rdparty/zlib/build.sh    |    2 +-
 3rdparty/openssl/build.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/3rdparty/openssl/build.sh b/3rdparty/openssl/build.sh
index e43deb5..00ed19a 100755
--- a/3rdparty/openssl/build.sh
+++ b/3rdparty/openssl/build.sh
@@ -13,7 +13,7 @@
 
 LYFTP_SRC=ftp://master.iot-yun.club/src/
 
-CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux-
+CROSSTOOL=/opt/xtools/arm920t/bin/arm-linux-
 
 function msg_banner()
 {
diff --git a/3rdparty/zlib/build.sh b/3rdparty/zlib/build.sh
index 5f2beef..8dd058d 100755
--- a/3rdparty/zlib/build.sh
+++ b/3rdparty/zlib/build.sh
@@ -12,7 +12,7 @@
 
 LYFTP_SRC=ftp://master.iot-yun.club/src/
 
-CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux-
+CROSSTOOL=CROSSTOOL=/opt/xtools/arm920t/bin/arm-linux-
 
 function msg_banner()
 {

--
Gitblit v1.9.1