rtklib: disable MIPS16 to work around GCC ICE
authorAlexandru Ardelean <redacted>
Sun, 24 May 2026 13:44:50 +0000 (16:44 +0300)
committerAlexandru Ardelean <redacted>
Mon, 25 May 2026 12:53:20 +0000 (15:53 +0300)
commit59280e9cfe6f93f9b9b013c934043d4447b95b20
tree3457038364174416f229d40134d50a733a0e6c75
parent39795762f53c78080fd88cba3814ef3851b96c4c
rtklib: disable MIPS16 to work around GCC ICE

The MIPS variants (mips_24kc, mips_4kec, mipsel_24kc, mipsel_74kc) all
fail to compile preceph.c with an internal compiler error:

  during RTL pass: reload
  src/preceph.c:317:1: internal compiler error:
    in lra_update_fp2sp_elimination, at lra-eliminations.cc:1416

This is a GCC LRA pass bug triggered when compiling with -mips16. Set
PKG_BUILD_FLAGS:=no-mips16 to strip the -mips16 / -minterlink-mips16
flags from CFLAGS for this package, matching the approach already used
by stress-ng for the same class of issue.

Bump PKG_RELEASE since only the build flags change.

Signed-off-by: Alexandru Ardelean <redacted>
utils/rtklib/Makefile
git clone https://git.99rst.org/PROJECT