[oe-commits] unknown linux.inc: fixlet for avr32 and gcc 4.2.1

koen commit openembedded-commits at lists.openembedded.org
Wed Jan 23 18:03:33 UTC 2008


linux.inc: fixlet for avr32 and gcc 4.2.1

Author: koen at openembedded.org
Branch: unknown
Revision: 3bb11549cc2f7740a5512dd35c3e391d67893868
ViewMTN: http://monotone.openembedded.org/revision/info/3bb11549cc2f7740a5512dd35c3e391d67893868
Files:
1
packages/linux/linux.inc
Diffs:

#
# mt diff -re93d4833e581d9b77e8e42443323900bd0d64045 -r3bb11549cc2f7740a5512dd35c3e391d67893868
#
# 
# 
# patch "packages/linux/linux.inc"
#  from [767874f7127c481ecbf95d4c3976b84fd8c6312c]
#    to [ffe679abe1ce09f55680d1cff27db14a540a31d9]
# 
============================================================
--- packages/linux/linux.inc	767874f7127c481ecbf95d4c3976b84fd8c6312c
+++ packages/linux/linux.inc	ffe679abe1ce09f55680d1cff27db14a540a31d9
@@ -77,6 +77,11 @@ do_configure_prepend() {
         yes '' | oe_runmake oldconfig
 }
 
+
+do_configure_append_avr32() {
+        sed -i -e s:-mno-pic::g arch/avr32/Makefile
+}
+
 # Support checking the kernel size since some kernels need to reside in partitions
 # with a fixed length or there is a limit in transferring the kernel to memory
 do_sizecheck() {






More information about the Openembedded-commits mailing list