Changeset 63660a3 in mainline for kernel/arch/arm32/meson.build


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:
41408d94
Parents:
2c38a55b
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-26 14:31:18)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

shuffle some variables around

File:
1 edited

Legend:

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

    r2c38a55b r63660a3  
    2626# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727#
    28 
    29 
    30 atsign = '%'
    31 
    32 kernel_c_args += [ '-fno-omit-frame-pointer', '-mapcs-frame', '-mno-unaligned-access', '-mfpu=vfpv3' ]
    33 
    34 if CONFIG_FPU
    35         # This is necessary to allow vmsr insn and fpexc manipulation
    36         # Use vfp32 to allow context save/restore of d16-d31 regs.
    37         kernel_c_args += [ '-mfloat-abi=hard' ]
    38 endif
    3928
    4029arch_src += files(
Note: See TracChangeset for help on using the changeset viewer.