diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-11-09 16:16:57 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-09 21:36:34 +0100 |
commit | 240564a6933d9300473b5ced02d2f6f2a2fa4cd9 (patch) | |
tree | 041f93eeb38b46cceed6872a6160b88397d45988 /package/python/python.mk | |
parent | d13b1ce707fb609e53164e1ae4281e1e3e7c84ac (diff) | |
download | buildroot-240564a6933d9300473b5ced02d2f6f2a2fa4cd9.tar.gz buildroot-240564a6933d9300473b5ced02d2f6f2a2fa4cd9.zip |
arch/Config.in.mips: add support for XBurst cores
The Ingenic XBurst is a MIPS32R2 microprocessor.
It has a bug in the FPU that can generate incorrect results in certain
cases. The problem shows up when you have several fused madd
instructions in sequence with dependant operands.
Using the -mno-fused-madd option prevents gcc from emitting these
instructions. This patch adds changes to the toolchain wrapper to use
that option.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python/python.mk')
0 files changed, 0 insertions, 0 deletions