-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of llandre Sent: Friday, May 16, 2008 8:58 AM To: Stefan Reinauer Cc: peter@stuge.se; coreboot@coreboot.org Subject: Re: [coreboot] Building coreboot on 64-bit host
what about setting DISTRO_LFLAGS to -m32 ?
I added in targets/buildtarget the following lines but it did not work :(
EXTRA_CFLAGS=-m32 EXTRA_LFLAGS=-m32
However I tried to build coreboot with buildrom on the same machine and it worked fine. Where do I have to look to understand how buildrom configures coreboot before building it?
Here are some places to look (more or less in order):
scripts/Build.settings packages/coreboot-v2/coreboot.inc packages/coreboot-v2/*.mk Makefile
Thanks, Myles