summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index a1d0945..f5c9e97 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -4,10 +4,10 @@ IMAGESIZE=30000 #ext2.img size in Kb (30Megs)
CC=i686-foolos-gcc
CC=i686-elf-gcc
+AS=i686-elf-as
CFLAGS=
CFLAGS=-w
-CFLAGS=-ffreestanding
CFLAGS+=-I..
CFLAGS+=-I/home/miguel/temp/foolos/usr/i686-foolos/include
CFLAGS+=-O0