diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-03-05 23:03:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-16 11:10:04 +0200 |
commit | 102ef5fb54097727aa9a8cbf6dd9217c481bc066 (patch) | |
tree | 77ba75de0e1f6a6d3d3ba19cc91e9659cf30f1b4 | |
parent | d93a88d73cc0db0617123d2e40fe804e87690ab5 (diff) |
linux.inc : remove gcc 4.2.1 "fix" that breaks all modern kernel compiles
modern avr32 kernels really need that -mno-pic
-rw-r--r-- | 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 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 |