From a6177b46d08f140c3287e79d4b99f78621ddfa5e Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 24 Aug 2019 22:15:09 +0800 Subject: [PATCH] add u-boot crosstool to fix u-boot can not build by buildroot crosstool 7.0 bug --- tools/setup_env.sh | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tools/setup_env.sh b/tools/setup_env.sh index f3b1dd7..32748a8 100755 --- a/tools/setup_env.sh +++ b/tools/setup_env.sh @@ -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