diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-10 18:35:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-10 18:35:02 +0000 |
commit | b9af89426458eb11a7e125edefb2b34c9dc6b770 (patch) | |
tree | 6a0fe4afdb29de0ed2fcaaf1639d67071c44f0cd | |
parent | 6d7fa438a7dc33b20de746e31b5e8078c53c4d05 (diff) | |
download | busybox-w32-b9af89426458eb11a7e125edefb2b34c9dc6b770.tar.gz busybox-w32-b9af89426458eb11a7e125edefb2b34c9dc6b770.tar.bz2 busybox-w32-b9af89426458eb11a7e125edefb2b34c9dc6b770.zip |
Fix up the uClibc compiler name (its format was recently changed slightly)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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... |