From 82dd766f25225b0812bbac628c60d2b48f2346e4 Mon Sep 17 00:00:00 2001 From: Chao Li Date: Fri, 30 Dec 2022 16:17:58 +0800 Subject: BaseTools: Reduce the LoongArch64 compiler size The LoongArch64 cross compiler size is too large after decompression, using the new compiler, there is no system library and glibc. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4233 Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Reviewed-by: Liming Gao Reviewed-by: Rebecca Cran Signed-off-by: Chao Li --- BaseTools/Bin/gcc_loongarch64_unknown_linux_ext_dep.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseTools/Bin/gcc_loongarch64_unknown_linux_ext_dep.yaml b/BaseTools/Bin/gcc_loongarch64_unknown_linux_ext_dep.yaml index fe9a244853..6ebc93a07c 100644 --- a/BaseTools/Bin/gcc_loongarch64_unknown_linux_ext_dep.yaml +++ b/BaseTools/Bin/gcc_loongarch64_unknown_linux_ext_dep.yaml @@ -12,9 +12,9 @@ "scope": "gcc_loongarch64_unknown_linux", "type": "web", "name": "gcc_loongarch64_unknown_linux", - "source":"https://github.com/loongson/build-tools/releases/download/2022.09.06/loongarch64-clfs-6.3-cross-tools-gcc-full.tar.xz", + "source":"https://github.com/loongson/build-tools/releases/download/2022.09.06/loongarch64-clfs-6.3-cross-tools-c-only.tar.xz", "version": "13.0.0", - "sha256":"27a43c5bb127794f091d0e75da0003c4d0eec28a958d8f2cc7cd290a6e6133ab", + "sha256":"744cbb50c6ef07c96551bddf07a8b85cee3250bb18b6040f6ed051e389514951", "compression_type": "tar", "internal_path": "/cross-tools/", "flags": ["set_shell_var", ], -- cgit v1.2.3