Merge pull request #163178 from ShigotoMitame/patch-1

lib/systems: Fix uclibc's float-abi being flipped
This commit is contained in:
John Ericson 2022-03-07 12:52:08 -05:00 committed by GitHub
commit 056a71c791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,8 +364,8 @@ rec {
musleabihf = { float = "hard"; };
musl = {};
uclibceabihf = { float = "soft"; };
uclibceabi = { float = "hard"; };
uclibceabi = { float = "soft"; };
uclibceabihf = { float = "hard"; };
uclibc = {};
unknown = {};