elfutils: enable building with MIPS16
authorTony Ambardar <itugrok@yahoo.com>
Wed, 24 Feb 2021 16:52:22 +0000 (08:52 -0800)
committerPaul Spooren <mail@aparcar.org>
Fri, 26 Mar 2021 08:48:10 +0000 (22:48 -1000)
commit9390e20dba60753e3bedcd21e69c9cea41f56b17
tree3138adf52a4d7365473954debd30d91bbc0dbd51
parent27344b378453030f5f35ef4ff5c6ec55c3ff29cb
elfutils: enable building with MIPS16

Building with MIPS16 was disabled in 2013 due to an issue with GCC TLS:
https://dev.archive.openwrt.org/ticket/13572. But after the problematic
GCC version was retired, this change wasn't revisited.

Re-enable MIPS16 builds to reduce average elfutils library sizes ~10%.
This was compile-tested on malta/mips32be and malta/mips32le, and linked
with iproute2 for run-testing. Package sizes follow:

Library  MIPS16:=0  MIPS16:=1
-------  ---------  ---------
libelf1    43217      37492
libasm1    12481      11658
libdw1    229723     205793

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
package/libs/elfutils/Makefile