aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2009-02-03 13:53:27 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2009-02-03 13:53:27 +0100
commit46cb6c7c32ac5d88df27f138abb631071b2211fb (patch)
treeabd5a69a04cf041930dea915d8e4a7623f959a8e
parent33fc8a1cc2854a225d5da0174efc8eb6325c2f3a (diff)
downloadopenembedded-46cb6c7c32ac5d88df27f138abb631071b2211fb.tar.gz
dietlibc: fix trailing white spaces
-rw-r--r--packages/dietlibc/files/ccache.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dietlibc/files/ccache.patch b/packages/dietlibc/files/ccache.patch
index f6d72f5370..839b5b99a0 100644
--- 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) {