Merge pull request #163178 from ShigotoMitame/patch-1
lib/systems: Fix uclibc's float-abi being flipped
This commit is contained in:
commit
056a71c791
1 changed files with 2 additions and 2 deletions
|
@ -364,8 +364,8 @@ rec {
|
|||
musleabihf = { float = "hard"; };
|
||||
musl = {};
|
||||
|
||||
uclibceabihf = { float = "soft"; };
|
||||
uclibceabi = { float = "hard"; };
|
||||
uclibceabi = { float = "soft"; };
|
||||
uclibceabihf = { float = "hard"; };
|
||||
uclibc = {};
|
||||
|
||||
unknown = {};
|
||||
|
|
Loading…
Reference in a new issue