The source project of this merge request has been removed.
Fix the build on mips64el and i386
- the option required on mips64el is
-mxgot
(with hyphen) - mips64el is not particularly slow or memory constrained
- build with
-Os -g1
on all 32 bit architectures - the docs build lacked the
cc_optim
setting
@mckinstry This fixes https://bugs.debian.org/1041457
Edited by Adrian Bunk