summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-21 05:15:29 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-21 05:15:29 +0100
commit1f460d7d4fcbf29e21b3da77eab247f528f02f19 (patch)
tree8b4482f08e990774105bfa12916e47cc5af95f54 /Makefile
parentb90f157666f871378a05521b93c66faa7c493af5 (diff)
os-specific toolchain!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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=