From 6a96dc041727859cd36a861d37c8b68d26c41933 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 11 May 2018 20:14:38 -0400 Subject: lib/system: Remove float from androideabi There are two different official variations which differ in their float support, so such a blanket statement is invalid. `lib.systems.platforms.*android` already handles each case correctly. Correcting an error in 827ef0914089e1a2bba140b49e1311eff28cc156. --- lib/systems/parse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/systems') diff --git a/lib/systems/parse.nix b/lib/systems/parse.nix index 3dba5ad46984..4c34ace3f277 100644 --- a/lib/systems/parse.nix +++ b/lib/systems/parse.nix @@ -199,7 +199,7 @@ rec { msvc = {}; eabi = {}; - androideabi = { float = "hard"; }; + androideabi = {}; android = { assertions = [ { assertion = platform: !platform.isAarch32; -- cgit 1.4.1