From b9b1cb4337f8972425de1e8d4c58ed33de018e5a Mon Sep 17 00:00:00 2001 From: Curle <42079760+TheCurle@users.noreply.github.com> Date: Fri, 16 Oct 2020 23:24:41 +0100 Subject: [PATCH] Update pre.sh with explicit cross-linker Just to help automating the build process. --- pre.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre.sh b/pre.sh index 11bc5b2..549d9a3 100644 --- a/pre.sh +++ b/pre.sh @@ -1,3 +1,3 @@ #!/bin/sh -ld -r -b binary -o font.o font.psf +x86_64-ld -r -b binary -o font.o font.psf cmake -DCMAKE_C_COMPILER=x86_64-elf-gcc .