aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-08-20 17:48:17 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-08-20 17:48:17 +0000
commit0b510b2ee93c4c737dc007aac78fb37e089b8af2 (patch)
treea98e856a7b3c225c04aa75cc80cf96d5cb7aa57a /Makefile
parent7d78256d5b5dabbac22932ec7617918ef92ed7e4 (diff)
downloadbusybox-w32-0b510b2ee93c4c737dc007aac78fb37e089b8af2.tar.gz
busybox-w32-0b510b2ee93c4c737dc007aac78fb37e089b8af2.tar.bz2
busybox-w32-0b510b2ee93c4c737dc007aac78fb37e089b8af2.zip
some minor wording changes
git-svn-id: svn://busybox.net/trunk/busybox@3311 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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