aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-05 17:08:52 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-05 17:08:52 +0000
commite35641d00c87d6ed87c86d0387c38216650a8204 (patch)
tree3cbf31a4e5b697c210d32fa2e7b9eb8c56ceeb12
parentb12f751f6195984a00efeb028ab86f55f6fc4f1e (diff)
downloadbusybox-w32-e35641d00c87d6ed87c86d0387c38216650a8204.tar.gz
busybox-w32-e35641d00c87d6ed87c86d0387c38216650a8204.tar.bz2
busybox-w32-e35641d00c87d6ed87c86d0387c38216650a8204.zip
Try to do a little better at documenting how to use
alternate C libraries, thanks to David Douthitt. git-svn-id: svn://busybox.net/trunk/busybox@1969 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c55f42aca..8d9c06ede 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,17 @@ STRIPTOOL = $(CROSS)strip
88 88
89# To compile vs some other alternative libc, you may need to use/adjust 89# To compile vs some other alternative libc, you may need to use/adjust
90# the following lines to meet your needs... 90# the following lines to meet your needs...
91#
92# If you are using Red Hat 6.x with the compatible RPMs (for developing under
93# Red Hat 5.x and glibc 2.0) uncomment the following. Be sure to read about
94# using the compatible RPMs (compat-*) at http://www.redhat.com !
95#LIBCDIR=/usr/i386-glibc20-linux
96#
97# The following is used for libc5 (if you install altgcc and libc5-altdev
98# on a Debian system).
91#LIBCDIR=/usr/i486-linuxlibc1 99#LIBCDIR=/usr/i486-linuxlibc1
100#
101# For other libraries, you are on your own...
92#LDFLAGS+=-nostdlib 102#LDFLAGS+=-nostdlib
93#LIBRARIES = $(LIBCDIR)/lib/libc.a -lgcc 103#LIBRARIES = $(LIBCDIR)/lib/libc.a -lgcc
94#CROSS_CFLAGS+=-nostdinc -I$(LIBCDIR)/include -I$(GCCINCDIR) 104#CROSS_CFLAGS+=-nostdinc -I$(LIBCDIR)/include -I$(GCCINCDIR)