diff options
| author | Miguel <m.i@gmx.at> | 2018-08-18 20:59:42 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-18 20:59:42 +0200 |
| commit | 49fa99cfe6daff2d1f6aff6a6a228563b3b3971b (patch) | |
| tree | 1e29ade63d3fb78a3b23c7bd3ffa797563b793ab /userspace/Makefile | |
| parent | d79936c151c0fcb1e3931188acac419251ee27f8 (diff) | |
adapt few userspace progs to new syscalls
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 2 |
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 |
