Changeset 315d487 in mainline


Ignore:
Timestamp:
2023-09-14T21:43:48Z (8 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
ticket/834-toolchain-update
Children:
1c6c3e1d
Parents:
dd0e909
Message:

arm32: use softfp configuration

File:
1 edited

Legend:

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

    rdd0e909 r315d487  
    4747
    4848if CONFIG_FPU
    49     # Need to use soft because our libgcc.a uses it too
    50     arch_uspace_c_args += [ '-mfloat-abi=soft' ]
     49    # Need to use softfp because our libgcc.a uses it too
     50    # softfp - generate code with soft-float calling conventions but allow use
     51    # of "hard" float instructions
     52    arch_uspace_c_args += [ '-mfloat-abi=softfp' ]
    5153endif
    5254arch_uspace_link_args = [ '-nostdlib', '-lgcc', '-Wl,-z,max-page-size=0x1000' ]
Note: See TracChangeset for help on using the changeset viewer.