From e462c68d758d22344c3d31f9287259be744c84a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=99=A8=E5=8D=89?= Date: Thu, 8 May 2025 09:45:47 +0000 Subject: [PATCH] update download.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: éƒ‘æ™šć‰ --- download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download.sh b/download.sh index 327c384..cb74478 100755 --- a/download.sh +++ b/download.sh @@ -5,7 +5,7 @@ readonly LIB_PATH="$PWD/../open_source" source $PWD/config.xml build_rpmdir=`rpm --eval "%{_builddir}"` src_rpmdir=`rpm --eval "%{_sourcedir}"` -SRC_BRANCH="master" +SRC_BRANCH="openEuler-24.03-LTS-SP2" #judge the open_source @@ -35,7 +35,7 @@ function do_patch() { fi popd } -echo "Download $GCC" && git clone -b $SRC_BRANCH https://gitee.com/src-openeuler/gcc.git +echo "Download $GCC" && git clone -b $SRC_BRANCH https://gitee.com/zhangjingwang/gcc_patches do_patch $GCC echo "Download $GLIBC" && git clone -b $SRC_BRANCH https://gitee.com/src-openeuler/glibc.git -- Gitee