Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-10 22:35:02 +0400
committerEric Andersen <andersen@codepoet.org>2001-04-10 22:35:02 +0400
commitb9af89426458eb11a7e125edefb2b34c9dc6b770 (patch)
tree6a0fe4afdb29de0ed2fcaaf1639d67071c44f0cd
parent6d7fa438a7dc33b20de746e31b5e8078c53c4d05 (diff)
Fix up the uClibc compiler name (its format was recently changed slightly)
-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
# To compile vs uClibc, just use the compiler wrapper built by uClibc...
# This make things very easy? Everything should compile and work as
# expected these days...
-#CC = ../uClibc/extra/gcc-uClibc/gcc-uClibc-i386
+#CC = ../uClibc/extra/gcc-uClibc/i386-uclibc-gcc
# To compile vs some other alternative libc, you may need to use/adjust
# the following lines to meet your needs...