lib: Fix float handling for Aarch32
Forgot to adjust default so abi with explicit float attr would be used.
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user