diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-07 11:06:33 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-02-07 12:50:21 +0100 |
commit | ee60fbdd7ba39d50fcca32f5f0d4ce9a51ae5e83 (patch) | |
tree | 6db1628d5fed2d1f63cb0309d7cec6b147b34218 /package/mono/0003-mono-context.h-fix-build-on-MIPS.patch | |
parent | d471c19d0cedd2eda93ed686e9cf0399e5419919 (diff) | |
download | buildroot-ee60fbdd7ba39d50fcca32f5f0d4ce9a51ae5e83.tar.gz buildroot-ee60fbdd7ba39d50fcca32f5f0d4ce9a51ae5e83.zip |
mono: use proper Git patches
In order to ease the modification of the Mono patches, turn the
existing ones into proper Git patches.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mono/0003-mono-context.h-fix-build-on-MIPS.patch')
-rw-r--r-- | package/mono/0003-mono-context.h-fix-build-on-MIPS.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mono/0003-mono-context.h-fix-build-on-MIPS.patch b/package/mono/0003-mono-context.h-fix-build-on-MIPS.patch index dab22ce0ab..f60cfb9d5c 100644 --- a/package/mono/0003-mono-context.h-fix-build-on-MIPS.patch +++ b/package/mono/0003-mono-context.h-fix-build-on-MIPS.patch @@ -1,4 +1,4 @@ -From 8f489c24e1770c2852efcaff9419d54bfadf0854 Mon Sep 17 00:00:00 2001 +From 2a8fab27a4308335282752164bebcfc77771fd3f Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Date: Fri, 6 Feb 2015 14:56:10 +0100 Subject: [PATCH] mono-context.h: fix build on MIPS @@ -16,10 +16,10 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 1 file changed, 2 insertions(+) diff --git a/mono/utils/mono-context.h b/mono/utils/mono-context.h -index d96eb75..ad56e2c 100755 +index 3b01b49..8852a63 100755 --- a/mono/utils/mono-context.h +++ b/mono/utils/mono-context.h -@@ -464,6 +464,8 @@ mono_ia64_context_get_fp (MonoContext *ctx) +@@ -460,6 +460,8 @@ mono_ia64_context_get_fp (MonoContext *ctx) #elif ((defined(__mips__) && !defined(MONO_CROSS_COMPILE)) || (defined(TARGET_MIPS))) && SIZEOF_REGISTER == 4 /* defined(__ia64__) */ |