package/assimp: also build with -mxgot on mips64(el)
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 25 Aug 2020 21:01:42 +0000 (23:01 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 25 Aug 2020 21:25:21 +0000 (23:25 +0200)
commit275a5650a926dd059e1658221a26e739ef3fd144
treecc920381817898e1963e4ba8fd496043705eabab
parente235d8fc8b8becabacf9254c1e3dfdb7a95ad9f1
package/assimp: also build with -mxgot on mips64(el)

Since the bump of assimp to 5.0.1, we have build failures on mips64el,
due to relocations being truncated. The issue seems to be quite
similar to the one on m68k coldfire, as both m68k and MIPS have this
-mxgot gcc option to switch to using a GOT that has no size limit (but
causes less efficient code to be produced).

Here as well, the overall relevance of assimp on mips64(el) platforms
being probably very limited, the incentive to search for a better
solution is pretty limited.

Fixes:

  http://autobuild.buildroot.net/results/7df487d5117b2ee440a07dbff9cae1b181566748/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/assimp/assimp.mk