diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-27 18:26:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-27 18:26:18 +0000 |
commit | c559d3077650fa2d8b8803d552342acdcf367217 (patch) | |
tree | c5e3295dd1e5137b772e2790cf757a4fcca9184c | |
parent | b344c21709758b9a28ab9c34fe7a4d6b6460d2cf (diff) | |
download | busybox-c559d3077650fa2d8b8803d552342acdcf367217.tar.gz |
Add in -lgcc to add needed symbold when linking vs uclibc.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,9 +61,9 @@ STRIPTOOL = $(CROSS)strip # busybox compile with uC-Libc... #LIBCDIR=/home/andersen/CVS/uC-libc #GCCINCDIR = $(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp") -#CFLAGS+=-nostdinc -fno-builtin -I$(LIBCDIR)/include -I$(GCCINCDIR) +#CFLAGS+=-nostdinc -I$(LIBCDIR)/include -I$(GCCINCDIR) #LDFLAGS+=-nostdlib -#LIBRARIES = $(LIBCDIR)/libc.a +#LIBRARIES = $(LIBCDIR)/libc.a -lgcc #-------------------------------------------------------- |