From bebae6de723874bb545fbac7bee64d2d199d682d Mon Sep 17 00:00:00 2001 From: sunhaiyong1978 <75197160+sunhaiyong1978@users.noreply.github.com> Date: Mon, 1 Aug 2022 23:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新工具链地址 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5aa26f..875135d 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ 以下交叉工具连均默认带gcc编译器。 -  交叉工具链(精简版,不带任何库文件):[loongarch64-clfs-5.0-cross-tools-c-only](https://github.com/sunhaiyong1978/CLFS-for-LoongArch/releases/download/5.0/loongarch64-clfs-5.0-cross-tools-c-only.tar.xz) +  交叉工具链(精简版,不带任何库文件):[loongarch64-clfs-5.1-cross-tools-c-only](https://github.com/sunhaiyong1978/CLFS-for-LoongArch/releases/download/5.0/loongarch64-clfs-5.1-cross-tools-c-only.tar.xz) -  交叉工具链(仅带glibc库支持):[loongarch64-clfs-5.0-cross-tools-gcc-glibc](https://github.com/sunhaiyong1978/CLFS-for-LoongArch/releases/download/5.0/loongarch64-clfs-5.0-cross-tools-gcc-glibc.tar.xz) +  交叉工具链(仅带glibc库支持):[loongarch64-clfs-5.1-cross-tools-gcc-glibc](https://github.com/sunhaiyong1978/CLFS-for-LoongArch/releases/download/5.0/loongarch64-clfs-5.1-cross-tools-gcc-glibc.tar.xz) -  交叉工具链(带有对应CLFS系统全部库文件):[loongarch64-clfs-5.0-cross-tools-gcc-full](https://github.com/sunhaiyong1978/CLFS-for-LoongArch/releases/download/5.0/loongarch64-clfs-5.0-cross-tools-gcc-full.tar.xz) +  交叉工具链(带有对应CLFS系统全部库文件):[loongarch64-clfs-5.1-cross-tools-gcc-full](https://github.com/sunhaiyong1978/CLFS-for-LoongArch/releases/download/5.0/loongarch64-clfs-5.1-cross-tools-gcc-full.tar.xz) -  交叉工具链(带有clang编译器且带有对应CLFS系统全部库文件):[loongarch64-clfs-5.0-cross-tools-gcc_clang-full](https://github.com/sunhaiyong1978/CLFS-for-LoongArch/releases/download/5.0/loongarch64-clfs-5.0-cross-tools-gcc_and_clang-full.tar.xz) +  交叉工具链(带有clang编译器且带有对应CLFS系统全部库文件):[loongarch64-clfs-5.1-cross-tools-gcc_clang-full](https://github.com/sunhaiyong1978/CLFS-for-LoongArch/releases/download/5.0/loongarch64-clfs-5.1-cross-tools-gcc_and_clang-full.tar.xz)