Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhaiyong1978 authored Jun 1, 2024
1 parent 90ba045 commit 94e45bd
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@

Build tools for Loongson (Binary).

- CLFS for LoongArch64 8.1 cross toolchain: [CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz](https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz).
- LoongArch64 cross toolchain (x86_64 Linux): [x86_64-cross-tools-loongarch64-binutils_2.42-gcc_14.1.0-glibc_2.39.tar.xz](https://github.com/loongson/build-tools/releases/download/2024.06.01/x86_64-cross-tools-loongarch64-binutils_2.42-gcc_14.1.0-glibc_2.39.tar.xz).

source code:

binutils: https://ftp.gnu.org/gnu/binutils/binutils-2.41.tar.xz

glibc: https://ftp.gnu.org/gnu/glibc/glibc-2.38.tar.xz

gcc: https://ftp.gnu.org/gnu/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz

linux: https://github.com/chenhuacai/linux.git
binutils : https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.xz
gcc : https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz
linux-header : https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/linux-6.8.9.tar.xz
glibc : https://ftp.gnu.org/gnu/glibc/glibc-2.39.tar.xz
gdb : https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.xz
pkg-config : https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz
- CLFS for LoongArch64 8.1 sysroot: [clfs-loongarch64-system-8.1-sysroot.squashfs](https://github.com/loongson/build-tools/releases/download/2023.08.08/clfs-loongarch64-system-8.1-sysroot.squashfs).

Cross toolchain: [CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz](https://github.com/loongson/build-tools/releases/download/2023.08.08/CLFS-loongarch64-8.1-x86_64-cross-tools-gcc-glibc.tar.xz).
Documentation: [CLFS for LoongArch64](https://github.com/sunhaiyong1978/CLFS-for-LoongArch/blob/main/CLFS_For_LoongArch64.md).
- QEMU linux-user static binary: [qemu-loongarch64](https://github.com/loongson/build-tools/releases/download/2023.08.08/qemu-loongarch64).

source code: https://download.qemu.org/qemu-8.0.3.tar.xz
Expand Down

0 comments on commit 94e45bd

Please sign in to comment.