Re: [U-Boot] [RFC V1] arm: config: enforce -fno-pic for gcc

2016-01-29 Thread Albert ARIBAUD
Hello Peng, On Sat, 5 Dec 2015 15:53:46 +0800, Peng Fan wrote: > Android's tool chain enable the -mandroid at default. > This option will enable the -fpic, which cause uboot compilation > failure: > " > LD u-boot > u-boot contains unexpected relocations:

Re: [U-Boot] [RFC V1] arm: config: enforce -fno-pic for gcc

2015-12-30 Thread Peng Fan
Hi Albert, Gentle ping! Sorry for missing to mail you when I sent out the patch. Thanks, Peng. On Mon, Dec 14, 2015 at 03:28:56PM +0800, Peng Fan wrote: >Hi Albert, > >Do you have any comments on this patch? > >Regards, >Peng. > >On Sat, Dec 05, 2015 at 03:53:46PM +0800, Peng Fan wrote:

Re: [U-Boot] [RFC V1] arm: config: enforce -fno-pic for gcc

2015-12-13 Thread Peng Fan
Hi Albert, Do you have any comments on this patch? Regards, Peng. On Sat, Dec 05, 2015 at 03:53:46PM +0800, Peng Fan wrote: >Android's tool chain enable the -mandroid at default. >This option will enable the -fpic, which cause uboot compilation >failure: >" > LD u-boot > u-boot contains

[U-Boot] [RFC V1] arm: config: enforce -fno-pic for gcc

2015-12-04 Thread Peng Fan
Android's tool chain enable the -mandroid at default. This option will enable the -fpic, which cause uboot compilation failure: " LD u-boot u-boot contains unexpected relocations: R_ARM_ABS32 R_ARM_RELATIVE " In my testcase, arm-linux-androideabi-gcc-4.9 internally enables '-fpic', so