From 102ef5fb54097727aa9a8cbf6dd9217c481bc066 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 5 Mar 2010 23:03:41 +0000 Subject: [PATCH] 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 file changed, 4 deletions(-) diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc index 982a5326fc..e0205890cd 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 -- 2.39.5