kumquat-buildroot/arch
Vicente Olivert Riera 240564a693 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>
2016-11-09 21:36:34 +01:00
..
Config.in arch: remove support for sh64 2016-09-08 22:15:15 +02:00
Config.in.aarch64
Config.in.arc
Config.in.arm
Config.in.bfin bfin: change default to bf532, internal toolchain !bf6xx 2016-08-27 23:07:11 +02:00
Config.in.m68k m68k: remove BR2_GCC_TARGET_ARCH 2016-06-07 13:11:59 +02:00
Config.in.microblaze
Config.in.mips arch/Config.in.mips: add support for XBurst cores 2016-11-09 21:36:34 +01:00
Config.in.nios2 arch: remove BR2_ARCH_HAS_ATOMICS option 2016-02-06 11:16:00 +01:00
Config.in.powerpc
Config.in.sh arch: remove support for sh64 2016-09-08 22:15:15 +02:00
Config.in.sparc
Config.in.x86 i386: properly define BR2_ARCH for all x86 subarchitectures 2016-04-21 23:05:28 +02:00
Config.in.xtensa