From: Eric Andersen Date: Fri, 27 Oct 2000 18:26:18 +0000 (-0000) Subject: Add in -lgcc to add needed symbold when linking vs uclibc. X-Git-Tag: 0_48~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c559d3077650fa2d8b8803d552342acdcf367217;p=platform%2Fupstream%2Fbusybox.git Add in -lgcc to add needed symbold when linking vs uclibc. --- diff --git a/Makefile b/Makefile index 1fa5a11..de6591c 100644 --- a/Makefile +++ b/Makefile @@ -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 #--------------------------------------------------------