Update pre.sh with explicit cross-linker

Just to help automating the build process.
This commit is contained in:
Curle 2020-10-16 23:24:41 +01:00 committed by Curle
parent 266e00a3d8
commit b9b1cb4337
Signed by: TheCurle
GPG Key ID: 5942F13718443F79

2
pre.sh
View File

@ -1,3 +1,3 @@
#!/bin/sh #!/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 . cmake -DCMAKE_C_COMPILER=x86_64-elf-gcc .