]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
arch/mips: add option for toolchains supporting -mfpxx
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Fri, 21 Jul 2017 17:06:32 +0000 (18:06 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 21 Jul 2017 20:49:18 +0000 (22:49 +0200)
commit087be35e22192460773489e3959e6c920ae7889a
tree59bed763c8862d6af97d4d632e145d281c1334af
parent0af741187f6e273664da202936e79082071866f8
arch/mips: add option for toolchains supporting -mfpxx

-mfpxx option was added in gcc-5.1.0 so make sure that users cannot
select the "xx" fp32 mode when using toolchains that have a gcc older
than 5.1.0.

-mfp32 and -mfp64 were added in gcc-4.1.0, so given the older gcc
version we support in Buildroot (in the GCC_AT_LEAST options) is 4.3 we
don't need to do anything else for them.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
arch/Config.in.mips
toolchain/toolchain-common.in