On Sunday, 7 May 2017 03:20:26 PDT Ville Voutilainen wrote: > On 6 May 2017 at 22:48, Thiago Macieira <[email protected]> wrote: > > Second, compiling to ARM requires cross-compilation. Since the problem > > happens because of cross-compilation, it happens for all ARM builds. > > Perhaps we should get ARM hardware so that we can do ARM builds > without cross-compilation. :)
You can always just do an emulated build (with qemu). This is how most distributions build for non-x86, since most software cannot cross-compile. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
