[m-rev.] for review: Support cross-compiling for Linux/Aarch64.

Peter Wang novalazy at gmail.com
Tue May 4 10:38:07 AEST 2021


On Tue, 04 May 2021 01:15:50 +1000 Julien Fischer <jfischer at opturion.com> wrote:
> 
> Hi Peter,
> 
> On Mon, 3 May 2021, Peter Wang wrote:
> 
> > diff --git a/README.cross b/README.cross
> > new file mode 100644
> > index 000000000..37a604906
> > --- /dev/null
> > +++ b/README.cross
> > @@ -0,0 +1,101 @@
> > +-----------------------------------------------------------------------------
> > +
> > +COMPILING MERCURY WITH A CROSS-COMPILER
> > +
> > +You can build the Mercury system with a C cross-compiler so that the Mercury
> > +installation will run on a different platform from your host system.
> > +The following targets are currently supported:
> > +
> > +  * Windows 64-bit, using MinGW-w64
> > +  * Windows 32-bit, using MinGW-w64 or MinGW32
> > +  * AArch64 (ARM64)
> 
> Linux AArch64, unless this has been tested on other operating systems.

Thanks, I followed your suggestions.

Peter


More information about the reviews mailing list