diff options
author | Marvin Borner | 2019-11-30 13:31:23 +0100 |
---|---|---|
committer | Marvin Borner | 2019-11-30 13:31:23 +0100 |
commit | 13991f3985af026f8d645d9f5d2afed42c8a5435 (patch) | |
tree | d872fd3db2cb33f4c9eb5903f3db37ea221e99ce /Makefile | |
parent | 348995b3fb8e1ce4a01eeb1f2189e664e833b69d (diff) |
Fixed build on ARM devices
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |