
On Tue, Oct 09, 2018 at 09:21:05AM +0800, Bin Meng wrote:
Hi Tom,
On Tue, Oct 9, 2018 at 7:53 AM Tom Rini trini@konsulko.com wrote:
On Mon, Oct 08, 2018 at 04:53:54PM -0700, Bin Meng wrote:
Currently this uses x86_64 version toolchain for x86 build in travis-ci. Change it to i386 version to avoid updating the buildman toolchain path every time when the toolchain version number is changed, eg: from 7.3.0 to 8.1.0.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
I'm surprised this is fine, doesn't it break 64bit x86 targets?
No, in fact I have always been using the i386 toolchain to test qemu-x86_64 target on my local machine. U-Boot x86 makefile fragments have been toolchain agnostic for some time.
Ah, OK, thanks. Yes, this will make upgrades easier too.