aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-10 18:35:02 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-10 18:35:02 +0000
commit4a36961916e26360bfa2a712ed2b82ff626f7e40 (patch)
tree6a0fe4afdb29de0ed2fcaaf1639d67071c44f0cd /Makefile
parentc41f8a1dff85b1223589cbdfc289075c5b35e3cc (diff)
downloadbusybox-w32-4a36961916e26360bfa2a712ed2b82ff626f7e40.tar.gz
busybox-w32-4a36961916e26360bfa2a712ed2b82ff626f7e40.tar.bz2
busybox-w32-4a36961916e26360bfa2a712ed2b82ff626f7e40.zip
Fix up the uClibc compiler name (its format was recently changed slightly)
git-svn-id: svn://busybox.net/trunk/busybox@2297 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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...