Changeset 5631c9c in mainline for meson


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 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:
3582362
Parents:
356e17e0
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-29 13:33:25)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

sparc64 boot

File:
1 edited

Legend:

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

    r356e17e0 r5631c9c  
    1717
    1818arch_kernel_c_args = [ '-D__BE__', '-m64', '-mcmodel=medlow', '-mcpu=ultrasparc', '-mno-fpu' ]
     19arch_boot_c_args = arch_kernel_c_args
    1920
    2021if PROCESSOR == 'us'
     
    3637endif
    3738
    38 
     39arch_boot_link_args = []
    3940arch_kernel_link_args = [ '-nostdlib', '-Wl,-no-check-sections' ]
    4041arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
Note: See TracChangeset for help on using the changeset viewer.