diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-21 15:37:45 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-21 15:37:45 +0100 |
| commit | 65a859ac5b721c8d3e0123351ad99690e2e7a876 (patch) | |
| tree | f47d53ecc9ff47451832f72fc306d20ea1bb1332 /userspace/Makefile | |
| parent | 6e8ea08166b53507f38ed7f435728b7470a061ab (diff) | |
preparing switch to ELF userspace
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index ad2ae1e..29f6c7b 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -3,10 +3,7 @@ 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 -CFLAGS+=--no-builtin-free -LDFLAGS=-L/home/miguel/temp/fool-os-stuff/newlib-build-clean-new/i686-elf/newlib +PROGS=shell simple brainfuck add ext2.img: shell simple brainfuck add dd if=/dev/zero of=ext2.img bs=512 count=3500 |
