driver1998

Results 114 comments of driver1998

Wonder how will this work with things like cmake, meson and ninja? Can I use mingw64 cmake with aarch64-w64-mingw32-clang to cross compile ARM64 binaries on x86_64?

Not sure about what happened to the MINGW failures, the new patch is the same as dynamic qt5.

Will wait until https://github.com/msys2/MINGW-packages/pull/11469 merges. That upgrades to 5.15.3 and adds those 4 patches for GCC 11.

Should be ready to merge now. Although I know actually building it in autobuild might be challenging...

I am thinking about bringing up 86Box auto build in their repo (they use static Qt on releases), but that would still require a cross toolchain.

Now that .NET Framework 4.8.1 is available to Windows 10 on ARM as well, it would be helpful to document the behavior there too. I guess AnyCPU will run as...

The problem with NativeArchPrefered is, it will create even more issues if .NET Framework add yet another new architecture (think RISC-V?) to support 5-10 years down the road. Sure, hopefully...

> Ie. if I write an app targeting 4.6 or some other similar version and include this config option it will be ignored on all frameworks up to 4.8.1/2/whenever it's...

> Ie. if I write an app __targeting__ 4.6 or some other similar version and include this config option OK, I misunderstood you, I thought you mean one have to...