Cut down on the gcc flags for raspberrypi2.
This commit is contained in:
parent
cfd9b77e82
commit
c1b803ba0e
1 changed files with 2 additions and 2 deletions
|
@ -293,8 +293,8 @@ rec {
|
|||
kernelTarget = "zImage";
|
||||
uboot = null;
|
||||
gcc = {
|
||||
cpu = "cortex-a7";
|
||||
fpu = "neon-vfpv4";
|
||||
arch = "armv7-a";
|
||||
fpu = "vfpv3-d16";
|
||||
float = "hard";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue