buildroot/package/musl
Thomas Petazzoni 97fd876f62 musl: build broken on Thumb, use ARM mode
Building the musl C library on Thumb (Thumb1, not Thumb2), fails with:

 {standard input}:20: Error: only lo regs allowed with immediate -- `mov fp,#0'
 {standard input}:21: Error: only lo regs allowed with immediate -- `mov lr,#0'
 {standard input}:25: Error: unshifted register required -- `and ip,a1,#-16'

Since there are no cores that we support that are Thumb1 only, use the
same solution as the one used by glibc: build the C library in ARM
mode.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-04-08 12:08:33 +02:00
..
Config.in package/netbsd-queue: add Kconfig symbol like for all target packages 2015-12-30 09:54:55 +01:00
musl.hash musl: bump to version 1.1.14 2016-02-22 23:45:00 +01:00
musl.mk musl: build broken on Thumb, use ARM mode 2016-04-08 12:08:33 +02:00