Changeset 315d487 in mainline for meson/arch/arm32/meson.build
- Timestamp:
- 2023-09-14T21:43:48Z (12 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- 1c6c3e1d
- Parents:
- dd0e909
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/arm32/meson.build
rdd0e909 r315d487 47 47 48 48 if 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' ] 51 53 endif 52 54 arch_uspace_link_args = [ '-nostdlib', '-lgcc', '-Wl,-z,max-page-size=0x1000' ]
Note:
See TracChangeset
for help on using the changeset viewer.