summary refs log tree commit diff
path: root/lib/systems/platforms.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-12 15:07:31 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-12 15:18:31 -0400
commitf2004e62870aa6b21dd52612295da973194c7c73 (patch)
tree7dcc88f1907c1a880d82ab00ee154631bce23543 /lib/systems/platforms.nix
parent6f40d18d4432858199e14d2323b4f8503ee47a7e (diff)
downloadnixpkgs-f2004e62870aa6b21dd52612295da973194c7c73.tar
nixpkgs-f2004e62870aa6b21dd52612295da973194c7c73.tar.gz
nixpkgs-f2004e62870aa6b21dd52612295da973194c7c73.tar.bz2
nixpkgs-f2004e62870aa6b21dd52612295da973194c7c73.tar.lz
nixpkgs-f2004e62870aa6b21dd52612295da973194c7c73.tar.xz
nixpkgs-f2004e62870aa6b21dd52612295da973194c7c73.tar.zst
nixpkgs-f2004e62870aa6b21dd52612295da973194c7c73.zip
lib: Fix float handling for Aarch32
Forgot to adjust default so abi with explicit float attr would be used.
Diffstat (limited to 'lib/systems/platforms.nix')
-rw-r--r--lib/systems/platforms.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix
index 5becaf581a4..32f055b6b1c 100644
--- a/lib/systems/platforms.nix
+++ b/lib/systems/platforms.nix
@@ -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.
       #