This one should be able to deal with the USAGE macros a little
[oweals/busybox.git] / Makefile
index dc7427c297c4bd7690b9d147f4ccfde0d81bf98f..ad1d9ad68355ee252de13f02bd3ea1ac41bdbdff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -82,8 +82,8 @@ AR = $(CROSS)ar
 STRIPTOOL = $(CROSS)strip
 
 # To compile vs uClibc, just use the compiler wrapper built by uClibc...
-# Isn't that easy?  Right now, uClibc needs BB_FEATURE_NFSMOUNT disabled 
-# since uClibc's nfs support isn't ready yet.
+# This make things very easy?  Everything should compile and work as
+# expected these days...
 #CC = ../uClibc/extra/gcc-uClibc/gcc-uClibc-i386
 
 # To compile vs some other alternative libc, you may need to use/adjust