diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,9 +61,9 @@ STRIPTOOL = $(CROSS)strip | |||
61 | # busybox compile with uC-Libc... | 61 | # busybox compile with uC-Libc... |
62 | #LIBCDIR=/home/andersen/CVS/uC-libc | 62 | #LIBCDIR=/home/andersen/CVS/uC-libc |
63 | #GCCINCDIR = $(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp") | 63 | #GCCINCDIR = $(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp") |
64 | #CFLAGS+=-nostdinc -fno-builtin -I$(LIBCDIR)/include -I$(GCCINCDIR) | 64 | #CFLAGS+=-nostdinc -I$(LIBCDIR)/include -I$(GCCINCDIR) |
65 | #LDFLAGS+=-nostdlib | 65 | #LDFLAGS+=-nostdlib |
66 | #LIBRARIES = $(LIBCDIR)/libc.a | 66 | #LIBRARIES = $(LIBCDIR)/libc.a -lgcc |
67 | 67 | ||
68 | #-------------------------------------------------------- | 68 | #-------------------------------------------------------- |
69 | 69 | ||