Changeset 4586a3cd in mainline


Ignore:
Timestamp:
2023-08-02T16:34:59Z (10 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
ticket/834-toolchain-update
Children:
169e6e0
Parents:
29941ab
Message:

arm32: use softfp because of libgcc.a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/arch/arm32/meson.build

    r29941ab r4586a3cd  
    4545        # This is necessary for kernel too, to allow vmsr insn and fpexc manipulation.
    4646        # Use vfp32 to allow context save/restore of d16-d31 regs.
    47         arch_uspace_c_args += [ '-mfloat-abi=hard' ]
     47        # Need to use softfp because our libgcc.a uses it too
     48        arch_uspace_c_args += [ '-mfloat-abi=softfp' ]
    4849endif
    4950
Note: See TracChangeset for help on using the changeset viewer.