git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33fc8a1
)
dietlibc: fix trailing white spaces
author
woglinde
<heinold@inf.fu-berlin.de>
Tue, 3 Feb 2009 12:53:27 +0000
(13:53 +0100)
committer
woglinde
<heinold@inf.fu-berlin.de>
Tue, 3 Feb 2009 12:53:27 +0000
(13:53 +0100)
packages/dietlibc/files/ccache.patch
patch
|
blob
|
history
diff --git
a/packages/dietlibc/files/ccache.patch
b/packages/dietlibc/files/ccache.patch
index
f6d72f5
..
839b5b9
100644
(file)
--- a/
packages/dietlibc/files/ccache.patch
+++ b/
packages/dietlibc/files/ccache.patch
@@
-26,7
+26,7
@@
Index: dietlibc-0.31/diet.c
if (shortplatform[0]=='i' && shortplatform[2]=='8' && shortplatform[3]=='6') shortplatform[1]='3';
} else {
@@ -285,6 +290,9 @@
-
+
dest=newargv;
*dest++=argv[1];
+ if (strcmp(argv[1],"ccache") == 0) {