From 13991f3985af026f8d645d9f5d2afed42c8a5435 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 30 Nov 2019 13:31:23 +0100 Subject: Fixed build on ARM devices --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8e61cb8..d155efc 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ build: clean # Modules i686-elf-gcc -c ./src/resources/font.c -o ./build/font.o -I ./src -std=gnu99 -ffreestanding -O2 -nostdlib; \ - objcopy -O binary ./build/font.o ./build/font.bin; \ + i686-elf-objcopy -O binary ./build/font.o ./build/font.bin; \ rm ./build/font.o; \ # Create ISO -- cgit v1.2.3