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

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 = {};