aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-20 17:48:17 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-20 17:48:17 +0000
commit54eceffcae3ebf1664e54ba2b32298856a2c4930 (patch)
treea98e856a7b3c225c04aa75cc80cf96d5cb7aa57a
parent76fa8ea7903bd730b4b6157960647a7b8451983b (diff)
downloadbusybox-w32-54eceffcae3ebf1664e54ba2b32298856a2c4930.tar.gz
busybox-w32-54eceffcae3ebf1664e54ba2b32298856a2c4930.tar.bz2
busybox-w32-54eceffcae3ebf1664e54ba2b32298856a2c4930.zip
some minor wording changes
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 242dac4b9..29a261b0f 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ DODEBUG = false
48# will get fewer emails asking about how glibc NSS works). Enabling this adds 48# will get fewer emails asking about how glibc NSS works). Enabling this adds
49# just 1.4k to the binary size (which is a _lot_ less then glibc NSS costs). 49# just 1.4k to the binary size (which is a _lot_ less then glibc NSS costs).
50# Note that if you want hostname resolution to work with glibc, you still need 50# Note that if you want hostname resolution to work with glibc, you still need
51# the libnss_* libraries. Most people will want to leave this set to false. 51# the libnss_* libraries.
52USE_SYSTEM_PWD_GRP = true 52USE_SYSTEM_PWD_GRP = true
53 53
54# This enables compiling with dmalloc ( http://dmalloc.com/ ) 54# This enables compiling with dmalloc ( http://dmalloc.com/ )
@@ -85,8 +85,7 @@ AR = $(CROSS)ar
85STRIPTOOL = $(CROSS)strip 85STRIPTOOL = $(CROSS)strip
86 86
87# To compile vs uClibc, just use the compiler wrapper built by uClibc... 87# To compile vs uClibc, just use the compiler wrapper built by uClibc...
88# This make things very easy? Everything should compile and work as 88# Everything should compile and work as expected these days...
89# expected these days...
90#CC = ../uClibc/extra/gcc-uClibc/i386-uclibc-gcc 89#CC = ../uClibc/extra/gcc-uClibc/i386-uclibc-gcc
91 90
92# To compile vs some other alternative libc, you may need to use/adjust 91# To compile vs some other alternative libc, you may need to use/adjust