[oe-commits] Graeme Gregory : linux.inc : remove gcc 4.2.1 "fix" that breaks all modern kernel compiles

git version control git at git.openembedded.org
Wed Jun 16 09:11:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 102ef5fb54097727aa9a8cbf6dd9217c481bc066
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=102ef5fb54097727aa9a8cbf6dd9217c481bc066

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Fri Mar  5 23:03:41 2010 +0000

linux.inc : remove gcc 4.2.1 "fix" that breaks all modern kernel compiles

modern avr32 kernels really need that -mno-pic

---

 recipes/linux/linux.inc |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc
index 982a532..e020589 100644
--- a/recipes/linux/linux.inc
+++ b/recipes/linux/linux.inc
@@ -191,10 +191,6 @@ do_configure_prepend() {
 		yes '' | oe_runmake oldconfig
 }
 
-do_configure_append_avr32() {
-        sed -i -e s:-mno-pic::g arch/avr32/Makefile
-}
-
 do_configure_append() {
         if test -e scripts/Makefile.fwinst ; then
 		sed -i -e "s:-m0644:-m 0644:g" scripts/Makefile.fwinst





More information about the Openembedded-commits mailing list