- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/sparc64/meson.build
r356e17e0 r5631c9c 17 17 18 18 arch_kernel_c_args = [ '-D__BE__', '-m64', '-mcmodel=medlow', '-mcpu=ultrasparc', '-mno-fpu' ] 19 arch_boot_c_args = arch_kernel_c_args 19 20 20 21 if PROCESSOR == 'us' … … 36 37 endif 37 38 38 39 arch_boot_link_args = [] 39 40 arch_kernel_link_args = [ '-nostdlib', '-Wl,-no-check-sections' ] 40 41 arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
Note:
See TracChangeset
for help on using the changeset viewer.