forked from mirrors/nixpkgs
Cut down on the gcc flags for raspberrypi2.
This commit is contained in:
parent
cfd9b77e82
commit
c1b803ba0e
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue