You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Furthermore, configurations of the same GCC version should be consistent except for the endianness. However, only the recently-merged configurations, which are mips64{,el}-{4.9.4,5.5.0,9.5.0}.config, fit the above assumption, while the others are not. The difference between, for example, mips64{,el}-13.2.0.config, is so huge that even floating point (hard/soft) and libc are different.
Should it be a mistake, we may need to make a further fix.
Note most mips64-linux-gnu gcc cross compilers default to n32 (which is the default one without supplying an extra option to configure) , the only ones I know of which don't were the octeon ones but that was over 5 years ago so things might have changed since then.
Is this intended? In theory, all 64-bit MIPS targets should default to the N64 ABI, which should set
CT_ARCH_mips_ABI="64"
.If not, I am willing to open a PR and fix it.
The text was updated successfully, but these errors were encountered: