projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d7fa43
)
Fix up the uClibc compiler name (its format was recently changed slightly)
author
Eric Andersen
<andersen@codepoet.org>
Tue, 10 Apr 2001 18:35:02 +0000
(18:35 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 10 Apr 2001 18:35:02 +0000
(18:35 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9c3b117d8ff5d688a4dcc774c0246628f54f028b..2c0d420ef63abd372c4516e2676cf2aba4961917 100644
(file)
--- 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...