From adea7a6101ca46d83c4c2327d349c3ca3a5c7601 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 22 Feb 2001 23:36:30 +0000 Subject: Fix up Makefile -- uClibc nfs works these days --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dc7427c29..ad1d9ad68 100644 --- 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 -- cgit v1.2.3