summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-09-24 12:10:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-24 17:57:03 +0100
commit02af823c0065e433eb5cd0715a704d7b9c6634a3 (patch)
treeb9455b349cfe4e323f33e4499c5d9b94c266a059 /meta/recipes-bsp
parentf79b21a57b31363ce249ec538c1e71de4ed9dfcb (diff)
downloadpoky-02af823c0065e433eb5cd0715a704d7b9c6634a3.tar.gz
grub: don't patch generated configure to fix do_patch re-execution
If do_patch re-executes, patching the configure script will fail because it will have been regenerated during do_configure. We're patching configure.ac so we don't need to patch configure anyway. (From OE-Core rev: ae98a95577ba9c8a6a0d9a78d4cea33a92adff35) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/grub/files/grub-2.00-fpmath-sse-387-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-bsp/grub/files/grub-2.00-fpmath-sse-387-fix.patch b/meta/recipes-bsp/grub/files/grub-2.00-fpmath-sse-387-fix.patch
index bea594406f..c557f13e23 100644
--- a/meta/recipes-bsp/grub/files/grub-2.00-fpmath-sse-387-fix.patch
+++ b/meta/recipes-bsp/grub/files/grub-2.00-fpmath-sse-387-fix.patch
@@ -22,16 +22,3 @@ Index: grub-1.99/configure.ac
22 fi 22 fi
23 23
24 # By default, GCC 4.4 generates .eh_frame sections containing unwind 24 # By default, GCC 4.4 generates .eh_frame sections containing unwind
25Index: grub-1.99/configure
26===================================================================
27--- grub-1.99.orig/configure
28+++ grub-1.99/configure
29@@ -19991,7 +19991,7 @@ $as_echo "$grub_cv_cc_falign_loop" >&6;
30
31 # Some toolchains enable these features by default, but they need
32 # registers that aren't set up properly in GRUB.
33- TARGET_CFLAGS="$TARGET_CFLAGS -mno-mmx -mno-sse -mno-sse2 -mno-3dnow"
34+ TARGET_CFLAGS="$TARGET_CFLAGS -mno-mmx -mno-sse -mno-sse2 -mno-3dnow -mfpmath=387"
35 fi
36
37 # By default, GCC 4.4 generates .eh_frame sections containing unwind