mkimage:
grub-mkimage -c load.cfg -O arm-uboot -o uboot.img -d ./grub-core -T
0x89000000 m list of modules

I add these cflags to get static tools(mkimage etc). If I remove it I
get the same result.

On Sun, Feb 1, 2015 at 11:51 AM, Leif Lindholm <leif.lindh...@linaro.org> wrote:
> On Sat, Jan 31, 2015 at 01:00:29PM +0100, Michael Zimmermann wrote:
>> The configure line:
>> ./configure --host arm-linux-gnueabihf CFLAGS='-static-libgcc
>> -Wl,-static' TARGET_CFLAGS='-O3'
>>
>> My compiler is gcc-linaro-arm-linux-gnueabihf-4.9-2014.09 (
>> http://releases.linaro.org/14.09/components/toolchain/binaries )
>
> Hmm, I am unable to reproduce this, using the same toolchain and those
> options to configure.
>
> How are you invoking mkimage?
>
> (And why are you adding those additional CFLAGS.)
>
> /
>     Leif
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to