aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c3b117d8..2c0d420ef 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ STRIPTOOL = $(CROSS)strip
88# To compile vs uClibc, just use the compiler wrapper built by uClibc... 88# To compile vs uClibc, just use the compiler wrapper built by uClibc...
89# This make things very easy? Everything should compile and work as 89# This make things very easy? Everything should compile and work as
90# expected these days... 90# expected these days...
91#CC = ../uClibc/extra/gcc-uClibc/gcc-uClibc-i386 91#CC = ../uClibc/extra/gcc-uClibc/i386-uclibc-gcc
92 92
93# To compile vs some other alternative libc, you may need to use/adjust 93# To compile vs some other alternative libc, you may need to use/adjust
94# the following lines to meet your needs... 94# the following lines to meet your needs...