3
0
Fork 0
forked from mirrors/nixpkgs

Cut down on the gcc flags for raspberrypi2.

This commit is contained in:
Ambroz Bizjak 2015-02-21 22:29:40 +00:00 committed by Lluís Batlle i Rossell
parent cfd9b77e82
commit c1b803ba0e

View file

@ -293,8 +293,8 @@ rec {
kernelTarget = "zImage"; kernelTarget = "zImage";
uboot = null; uboot = null;
gcc = { gcc = {
cpu = "cortex-a7"; arch = "armv7-a";
fpu = "neon-vfpv4"; fpu = "vfpv3-d16";
float = "hard"; float = "hard";
}; };
}; };