Changeset c4e5d40 in mainline


Ignore:
Timestamp:
2019-08-17T12:49:43Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9810fc3
Parents:
2fff3c4
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-25 16:32:46)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

Remove unnecessary flag

File:
1 edited

Legend:

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

    r2fff3c4 rc4e5d40  
    3535        # This is necessary to allow vmsr insn and fpexc manipulation
    3636        # Use vfp32 to allow context save/restore of d16-d31 regs.
    37         kernel_c_args += [ '-mfloat-abi=hard', '-mfpu=vfp3' ]
     37        kernel_c_args += [ '-mfloat-abi=hard' ]
    3838endif
    3939
Note: See TracChangeset for help on using the changeset viewer.