-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make_standalone_toolchain installs mips64 when --arch=mips #312
Comments
Similar to #310? |
Yep. This is actually intentional, FYI. We install the mips64 toolchain and pass -m32 when building so it generates 32-bit code. |
(this is how x86 and x86-64 work too. arm/aarch64 is actually the odd one out.) |
We haven't actually made that change for x86 yet. mips32 was the trial run (they helpfully volunteered to do it for us) and it has yet to stick :) |
@DanAlbert Does it means the |
If you're using Clang, it's something we do for you. I think if you haven't migrated off GCC yet you need to do so yourself, but I'd have to check to be sure (I'll do that when I'm looking at this on Monday). |
@DanAlbert Yes, I am still using GCC. Because OpenSSL build script only support GCC. If I change the compiler to clang, I got hit by #5. Any suggestion for me? |
Description
/opt/output/mips-toolchain/bin
Expected: It creates mipsel-linux-android-* files.
Actual: It creates mips64el-linux-android-* files.
Environment Details
Not all of these will be relevant to every bug, but please provide as much
information as you can.
The text was updated successfully, but these errors were encountered: