On Mon, May 25, 2020 at 5:06 AM Felix Fietkau wrote:
>
> On 2020-05-25 02:19, Eneas U de Queiroz wrote:
> > Individual packages may turn off MIPS16 ISA individually with
> > PKG_USE_MIPS16. However, they may link to a library compiled with
> > MIPS16. In such cases, the -minterlink-mips16 is nee
On 2020-05-25 02:19, Eneas U de Queiroz wrote:
> Individual packages may turn off MIPS16 ISA individually with
> PKG_USE_MIPS16. However, they may link to a library compiled with
> MIPS16. In such cases, the -minterlink-mips16 is needed to ensure there
> are no direct jumps to code compiled with
Individual packages may turn off MIPS16 ISA individually with
PKG_USE_MIPS16. However, they may link to a library compiled with
MIPS16. In such cases, the -minterlink-mips16 is needed to ensure there
are no direct jumps to code compiled with a different ISA.
Instead of adding -minterlink-mips16