commit | d326b65c57d64208646206d0bfd4e2d19d6df38c | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jan 28 18:31:17 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jan 28 18:31:17 2014 +0000 |
tree | bb084785898d245456a94f2ba7b3144a30e3e2ba | |
parent | 4c235cb9e35407bdb4a2debeef4dc8721e8f91f2 [diff] |
ARM: fix building with gcc 4.6.4 GCC fails to build the kernel if EABI is selected, and the default FPU is selected. Avoid this by explicitly stating that we want VFP with EABI. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>