lede/package/utils/busybox
Chuanhong Guo a5d881f3a3 package: busybox: disable mips16 on hard-float
The busybox built with mips16 enabled has broken seq command.
Disassembling shows that the call to hard-float strtod in mips16
code is generated without the __call_stub_fp.

As a result, strtod returns the result in float point registers
while the calling mips16 code expect the result in v0/v1.

Disable mips16 on hard-float targets for now. The built .ipk goes
from 213316 bytes to 251419 bytes.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2024-09-22 23:21:02 +08:00
..
config treewide: sync with upstream (#10750) 2023-01-25 15:30:35 +08:00
files sync with upstream (#10562) 2022-12-08 14:20:57 +08:00
patches treewide: sync with upstream (#10750) 2023-01-25 15:30:35 +08:00
Config-defaults.in treewide: sync with upstream (#10750) 2023-01-25 15:30:35 +08:00
Config.in add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00
convert_defaults.pl update source 2017-09-06 19:19:45 +08:00
convert_menuconfig.pl update source 2017-09-06 19:19:45 +08:00
Makefile package: busybox: disable mips16 on hard-float 2024-09-22 23:21:02 +08:00
selinux.config add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00