aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-05 17:08:52 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-05 17:08:52 +0000
commit47cdcdd3598323a50ebcb2d47a8f5c5611caaee8 (patch)
tree3cbf31a4e5b697c210d32fa2e7b9eb8c56ceeb12 /Makefile
parent21b7459add74e20791c547c7a0ce2906951a3819 (diff)
downloadbusybox-47cdcdd3598323a50ebcb2d47a8f5c5611caaee8.tar.gz
Try to do a little better at documenting how to use
alternate C libraries, thanks to David Douthitt.
Diffstat (limited to 'Makefile')
-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
# To compile vs some other alternative libc, you may need to use/adjust
# the following lines to meet your needs...
+#
+# If you are using Red Hat 6.x with the compatible RPMs (for developing under
+# Red Hat 5.x and glibc 2.0) uncomment the following. Be sure to read about
+# using the compatible RPMs (compat-*) at http://www.redhat.com !
+#LIBCDIR=/usr/i386-glibc20-linux
+#
+# The following is used for libc5 (if you install altgcc and libc5-altdev
+# on a Debian system).
#LIBCDIR=/usr/i486-linuxlibc1
+#
+# For other libraries, you are on your own...
#LDFLAGS+=-nostdlib
#LIBRARIES = $(LIBCDIR)/lib/libc.a -lgcc
#CROSS_CFLAGS+=-nostdinc -I$(LIBCDIR)/include -I$(GCCINCDIR)