Re: ARCH_SUFFIX for arm on MSW
Vadim Zeitlin <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 10 Jan 2024 13:52:31 +0200 (EET) Lauri Nurmi wrote:
LN> I have recently experimented a little with cross-compiling wxMSW for ARM
LN> and ARM64 with Visual Studio.
I had no idea MSVS supported 32-bit ARM, to be honest.
LN> One observation is that while ARCH_SUFFIX for arm64 is _arm64, for 32-bit
LN> arm it is simply empty. Meaning that whereas arm64 objects are placed in
LN> e.g. build/msw/vc_arm64_mswudll-15.0/, 32-bit arm objects go to
LN> build/msw/vc_mswudll-15.0/, which is the same path that is used for x86
LN> objects.
LN>
LN> And no wonder that the behaviour is like this, because the bakefile
LN> doesn't specify any ARCH_SUFFIX in that case:
LN> https://github.com/wxWidgets/wxWidgets/blob/master/build/bakefiles/common.bkl#L35-L48
LN>
LN> But is this intentional?
I'm pretty sure that this is just because only ARM64 support was added and
not plain ARM. If it also supported, it should be handled here, of course.
If you can make the necessary changes to the bakefile, I can rebake myself
if you have trouble doing it.
Thanks,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
https://www.tt-solutions.com/
signature.asc
(application/pgp-signature, 195 B)
-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQQx+vLQdOwioQqkxtoG6kHeT2wehgUCZZ7OVgAKCRAG6kHeT2we hvZyAJsGaNIbqf9PyCl8FQSlNPndro5yqQCfeJtj2EghC90hbKlRkajw2+nmn9Q= =QDGn -----END PGP SIGNATURE-----