From 1f460d7d4fcbf29e21b3da77eab247f528f02f19 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 21 Nov 2014 05:15:29 +0100 Subject: os-specific toolchain! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ab1e7c..91e04e9 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ USB_STICK=/dev/sdf KERNEL_START=0x100000 #use our cross compiler -CC=i686-elf-gcc +CC=i686-foolos-gcc ############ compiler flags ############ CFLAGS= -- cgit v1.2.3