aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMarvin Borner2020-10-24 13:20:35 +0200
committerMarvin Borner2020-10-24 13:20:35 +0200
commitf0fe7c5ff003c714e76a7522967a0519a191cdf7 (patch)
tree517679e7b5227896732081961c37d4331507ee36 /boot
parente5dd74563baf5b766b7bf226a0a42a661a14f974 (diff)
Forced ccache compilation
...and some fixes :)
Diffstat (limited to 'boot')
-rw-r--r--boot/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/boot/Makefile b/boot/Makefile
index c789782..774eece 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -1,9 +1,9 @@
# MIT License, Copyright (c) 2020 Marvin Borner
-CC = ../cross/opt/bin/i686-elf-gcc
-LD = ../cross/opt/bin/i686-elf-ld
-OC = ../cross/opt/bin/i686-elf-objcopy
-AS = nasm
+CC = ccache ../cross/opt/bin/i686-elf-gcc
+LD = ccache ../cross/opt/bin/i686-elf-ld
+OC = ccache ../cross/opt/bin/i686-elf-objcopy
+AS = ccache nasm
CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -std=c99 -m32 -pedantic-errors -Ofast