summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch b/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch
index bd634b4418..c78f95d693 100644
--- a/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch
+++ b/meta/recipes-devtools/elfutils/elfutils-0.148/fix_for_gcc-4.7.patch
@@ -2,7 +2,7 @@ Upstream-Status: pending
2gcc 4.7 does not like pointer conversion, so have a void * tmp var to work 2gcc 4.7 does not like pointer conversion, so have a void * tmp var to work
3around following compilation issue. 3around following compilation issue.
4 4
5Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 5Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
62011/07/07 62011/07/07
7 7
8| md5.c: In function 'md5_finish_ctx': 8| md5.c: In function 'md5_finish_ctx':