diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |
52 | USE_SYSTEM_PWD_GRP = true | 52 | USE_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 | |||
85 | STRIPTOOL = $(CROSS)strip | 85 | STRIPTOOL = $(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 |