summaryrefslogtreecommitdiffstats
path: root/arch/Config.in
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2017-06-28 16:17:11 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-16 16:45:22 +0200
commit9a0a0a976bc1094719556065ab5e982c6ca27563 (patch)
tree4cfa0f640d7a0e4e6642a4c603d5dd4f7d7bec48 /arch/Config.in
parent2d8f3fc430fe4f16c570097cf3dc33aa78ccb702 (diff)
downloadbuildroot-9a0a0a976bc1094719556065ab5e982c6ca27563.tar.gz
buildroot-9a0a0a976bc1094719556065ab5e982c6ca27563.zip
arch/mips: add support for MIPS32 FP mode
MIPS32 support different FP modes (32,xx,64), so give the user the opportunity to choose between them. That will cause host-gcc to be built using the --with-fp-32=[32|xx|64] configure option. Also the -mfp[32|xx|64] gcc option will be added to TARGET_CFLAGS and to the toolchain wrapper. FP mode option shouldn't be used for soft-float, so we add logic in the toolchain wrapper if -msoft-float is among the arguments in order to not append the -fp[[32|xx|64] option, otherwise the compilation may fail. Information about FP modes here: - https://sourceware.org/binutils/docs/as/MIPS-Options.html - https://dmz-portal.imgtec.com/wiki/MIPS_O32_ABI_-_FR0_and_FR1_Interlinking#5._Generating_modeless_code Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch/Config.in')
-rw-r--r--arch/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Config.in b/arch/Config.in
index e921879d01..f385745e47 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -267,6 +267,9 @@ config BR2_GCC_TARGET_ABI
config BR2_GCC_TARGET_NAN
string
+config BR2_GCC_TARGET_FP32_MODE
+ string
+
config BR2_GCC_TARGET_CPU
string
OpenPOWER on IntegriCloud