From c35ac6f2aad2ebe9d7cb5ca461822f0635af3798 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 23 Sep 2019 00:28:38 +0800
Subject: [PATCH] update setup_env.sh shell script, add install libssl-dev for dtc

---
 tools/setup_env.sh |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tools/setup_env.sh b/tools/setup_env.sh
index f3b1dd7..8805329 100755
--- a/tools/setup_env.sh
+++ b/tools/setup_env.sh
@@ -55,7 +55,7 @@
     systools="gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat \
         libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 \
         help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf \
-        automake groff curl lzop asciidoc lib32z1 lib32ncurses5"
+        automake groff curl lzop asciidoc lib32z1 lib32ncurses5 libssl-dev"
 
     devtools="u-boot-tools mtd-utils device-tree-compiler"
 
@@ -124,6 +124,10 @@
 
 install_systools
 
+# u-boot must use arm-linux-gcc 4.9
+install_crosstool
+
+# bootstrap and linux kernel use arm-linux-gcc 7.4.0 in buildroot
 install_buildroot
 
 exit;

--
Gitblit v1.9.1