Replies: 5 comments
-
You can mention it at #5527 |
Beta Was this translation helpful? Give feedback.
0 replies
-
usage of i386 for mingw plat: |
Beta Was this translation helpful? Give feedback.
0 replies
-
i686 means that compiled binary should run at least 686 architecture, and means it drops out suport of architecture older than 686. i386 means that it still supports architecture older than 686. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I added a poll option, x86_64, i386, i686 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Xmake 3 introduces breaking changes, right?
So why not rename the MinGW target to i686 as it's exclusively known as that? And maybe provide a backup option for people who still use
i386
.Some references:
https://github.com/msys2/MSYS2-packages/blob/ecb03e70dc7ac85e2d2fffa015e4fbfd3308d378/fish/msystem.fish#L19
https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/ToolChains/MinGW.cpp#L648
https://github.com/JuliaLang/julia/blob/master/test/binaryplatforms.jl#L171
Beta Was this translation helpful? Give feedback.
All reactions