diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/Config.in b/arch/Config.in index 5ca05cdde6..5bb96c5275 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -192,6 +192,18 @@ config BR2_GCC_TARGET_CPU config BR2_GCC_TARGET_CPU_REVISION string +# The value of this option will be passed as --with-fpu=<value> when +# building gcc (internal backend) or -mfpu=<value> in the toolchain +# wrapper (external toolchain) +config BR2_GCC_TARGET_FPU + string + +# The value of this option will be passed as --with-float=<value> when +# building gcc (internal backend) or -mfloat-abi=<value> in the toolchain +# wrapper (external toolchain) +config BR2_GCC_TARGET_FLOAT_ABI + string + # Set up target binary format choice prompt "Target Binary Format" |