summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-18 20:59:42 +0200
committerMiguel <m.i@gmx.at>2018-08-18 20:59:42 +0200
commit49fa99cfe6daff2d1f6aff6a6a228563b3b3971b (patch)
tree1e29ade63d3fb78a3b23c7bd3ffa797563b793ab /userspace/Makefile
parentd79936c151c0fcb1e3931188acac419251ee27f8 (diff)
adapt few userspace progs to new syscalls
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