Re: [Qemu-devel] [RFC PATCH 0/3] lm32: convert to new common tcg infrastructure

2019-02-01 Thread Alex Bennée
Michael Walle writes: > The main problem here is, that there is no prebuilt compiler packages. Thus > I have to build the toolchain from scratch. I don't know if this is OK in > the docker image. Well you only have to do it the once - certainly I can't imagine a TCG developer that hasn't built

[Qemu-devel] [RFC PATCH 0/3] lm32: convert to new common tcg infrastructure

2019-01-31 Thread Michael Walle
The main problem here is, that there is no prebuilt compiler packages. Thus I have to build the toolchain from scratch. I don't know if this is OK in the docker image. For now only binutils is built. But then, I'll have to pass the LD and AS environment variables, too. And it won't work with the na