From: Graeme Gregory Date: Fri, 5 Mar 2010 23:03:41 +0000 (+0000) Subject: linux.inc : remove gcc 4.2.1 "fix" that breaks all modern kernel compiles X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=102ef5fb54097727aa9a8cbf6dd9217c481bc066;p=openembedded.git linux.inc : remove gcc 4.2.1 "fix" that breaks all modern kernel compiles modern avr32 kernels really need that -mno-pic --- 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