lib: Fix float handling for Aarch32

Forgot to adjust default so abi with explicit float attr would be used.
This commit is contained in:
John Ericson
2018-05-12 15:18:31 -04:00
parent 6f40d18d44
commit f2004e6287
4 changed files with 23 additions and 19 deletions
-1
View File
@@ -245,7 +245,6 @@ rec {
gcc = {
arch = "armv6";
fpu = "vfp";
float = "hard";
# TODO(@Ericson2314) what is this and is it a good idea? It was
# used in some cross compilation examples but not others.
#