diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-13 00:35:06 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-13 00:35:06 +0100 |
| commit | b126d01e9687e6509c9d49b1b174c95aee603a89 (patch) | |
| tree | fe05187f4f9c28ef65bf530116c20c05f1a679b8 /userspace/Makefile | |
| parent | e3c4f3b03aa77ea19ddf7d982d39871dbdc018c0 (diff) | |
fixing implicit functions!
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index c6bfb3f..d54bfa8 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -4,6 +4,8 @@ CC=i686-elf-gcc LD=i686-elf-ld CFLAGS=-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/i686-elf/newlib/ \ -L/home/miguel/temp/fool-os-stuff/newlib-build-clean/i686-elf/libgloss/libnosys/ \ -lnosys |
