Message ID | cover.1686580752.git.shawn@anastas.io (mailing list archive) |
---|---|
Headers | show |
Series | Initial support for Power | expand |
On Mon Jun 12, 2023 at 9:51 AM CDT, Shawn Anastasio wrote: > With an appropriate powerpc64le-linux-gnu cross-toolchain, the minimal > image can be built with: > > $ make XEN_TARGET_ARCH=ppc64 -C xen openpower_defconfig > $ make XEN_TARGET_ARCH=ppc64 SUBSYSTEMS=xen -C xen TARGET=ppc64/head.o Minor clarification to this cover letter, the manual TARGET= override is not necessary. All that is needed is: $ make XEN_TARGET_ARCH=ppc64 SUBSYSTEMS=xen -C xen build Thanks, Shawn