projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b344c21
)
Add in -lgcc to add needed symbold when linking vs uclibc.
author
Eric Andersen
<andersen@codepoet.org>
Fri, 27 Oct 2000 18:26:18 +0000
(18:26 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 27 Oct 2000 18:26:18 +0000
(18:26 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1fa5a110070e8e0bb43e252f4d70c6f32426f910..de6591c0e6a1f5bd826a192c56644463b764ca48 100644
(file)
--- 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
#--------------------------------------------------------