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";
uboot = null;
gcc = {
cpu = "cortex-a7";
fpu = "neon-vfpv4";
arch = "armv7-a";
fpu = "vfpv3-d16";
float = "hard";
};
};