summaryrefslogtreecommitdiff
path: root/userspace
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 /userspace
parentb90f157666f871378a05521b93c66faa7c493af5 (diff)
os-specific toolchain!
Diffstat (limited to 'userspace')
-rw-r--r--userspace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index 18b5ded..7ae91ee 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -1,7 +1,7 @@
#i686-elf-gcc test.c -L/home/miguel/temp/fool-os-stuff/newlib-build-clean/i686-elf/newlib/ -I/home/miguel/temp/fool-os-stuff/newlib-2.1.0/newlib/libc/include/ -L/home/miguel/temp/fool-os-stuff/newlib-build-clean/i686-elf/libgloss/libnosys/
-CC=i686-elf-gcc
-LD=i686-elf-ld
+CC=i686-foolos-gcc
+LD=i686-foolos-ld
CFLAGS=-I.. -I/home/miguel/temp/fool-os-stuff/newlib-2.1.0/newlib/libc/include
CFLAGS+=--no-builtin-malloc