Changeset 8684e34 in mainline for meson/arch/ppc32/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:
356e17e0
Parents:
57977e4
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-29 12:38:43)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

ppc32 boot

File:
1 edited

Legend:

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

    r57977e4 r8684e34  
    55arch_kernel_c_args = _common_c_args + [ '-msoft-float', '-fno-function-sections' ]
    66arch_uspace_c_args = _common_c_args + [ CONFIG_FPU ? '-mhard-float' : '-msoft-float' ]
     7arch_boot_c_args = arch_kernel_c_args
    78arch_kernel_link_args = [ '-nostdlib', '-Wl,-z,max-page-size=0x1000', '-Wl,--no-check-sections', '-Wl,--no-gc-sections' ]
    89arch_uspace_link_args = [ '-nostdlib', '-lgcc', '-Wl,-z,max-page-size=0x1000' ]
     10arch_boot_link_args = []
    911
    1012
Note: See TracChangeset for help on using the changeset viewer.