diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-22 23:36:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-22 23:36:30 +0000 |
commit | adea7a6101ca46d83c4c2327d349c3ca3a5c7601 (patch) | |
tree | 09a096c48c6f482bcdfb71d1110e4616911805ca | |
parent | 4b2e69a1cfe1a174cdc8717e2cebb23b09b16c32 (diff) | |
download | busybox-w32-adea7a6101ca46d83c4c2327d349c3ca3a5c7601.tar.gz busybox-w32-adea7a6101ca46d83c4c2327d349c3ca3a5c7601.tar.bz2 busybox-w32-adea7a6101ca46d83c4c2327d349c3ca3a5c7601.zip |
Fix up Makefile -- uClibc nfs works these days
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,8 +82,8 @@ AR = $(CROSS)ar | |||
82 | STRIPTOOL = $(CROSS)strip | 82 | STRIPTOOL = $(CROSS)strip |
83 | 83 | ||
84 | # To compile vs uClibc, just use the compiler wrapper built by uClibc... | 84 | # To compile vs uClibc, just use the compiler wrapper built by uClibc... |
85 | # Isn't that easy? Right now, uClibc needs BB_FEATURE_NFSMOUNT disabled | 85 | # This make things very easy? Everything should compile and work as |
86 | # since uClibc's nfs support isn't ready yet. | 86 | # expected these days... |
87 | #CC = ../uClibc/extra/gcc-uClibc/gcc-uClibc-i386 | 87 | #CC = ../uClibc/extra/gcc-uClibc/gcc-uClibc-i386 |
88 | 88 | ||
89 | # To compile vs some other alternative libc, you may need to use/adjust | 89 | # To compile vs some other alternative libc, you may need to use/adjust |