From f218181f0a4a58383178872f07e778d8b47f990e Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Tue, 30 Jan 2024 04:22:09 +0200 Subject: [PATCH] Update tool dependencies in Makefile --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 9164928a..9f91b750 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -21,8 +21,8 @@ do_limine: git clone https://github.com/limine-bootloader/limine.git --branch=v6.x-branch-binary --depth=1 clone_all: - git clone https://github.com/Fennix-Project/binutils-gdb.git binutils-gdb - git clone https://github.com/Fennix-Project/gcc.git gcc + git clone -b binutils-2_42-branch --single-branch https://github.com/Fennix-Project/binutils-gdb.git binutils-gdb + git clone -b releases/gcc-13 --single-branch https://github.com/Fennix-Project/gcc.git gcc wget https://download.qemu.org/qemu-${QEMU_VERSION}.tar.xz tar xvJf qemu-${QEMU_VERSION}.tar.xz rm -f qemu-${QEMU_VERSION}.tar.xz