mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Recognise vfpv2 as a value for the ARM .fpu asm directive. Clang generates
these even when building soft floating-point code Submitted by: Daisuke Aoyama <aoyama AT peach.ne.jp>
This commit is contained in:
parent
2890206e6e
commit
384f99dea7
1 changed files with 1 additions and 0 deletions
|
|
@ -20107,6 +20107,7 @@ static const struct arm_option_cpu_value_table arm_fpus[] =
|
|||
{"softvfp", FPU_ARCH_VFP},
|
||||
{"softvfp+vfp", FPU_ARCH_VFP_V2},
|
||||
{"vfp", FPU_ARCH_VFP_V2},
|
||||
{"vfpv2", FPU_ARCH_VFP_V2},
|
||||
{"vfp9", FPU_ARCH_VFP_V2},
|
||||
{"vfp3", FPU_ARCH_VFP_V3},
|
||||
{"vfpv3", FPU_ARCH_VFP_V3},
|
||||
|
|
|
|||
Loading…
Reference in a new issue