androidndk-pkgs: Remove -mfloat flag

This commit is contained in:
Ken Micklas
2019-04-16 16:21:51 -04:00
parent 2a849960cb
commit ec7643047c
2 changed files with 0 additions and 2 deletions

View File

@@ -258,7 +258,6 @@ rec {
name = "armeabi-v7a";
gcc = {
arch = "armv7-a";
float = "hard";
float-abi = "softfp";
fpu = "vfpv3-d16";
};