lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 356e17e0 was 356e17e0, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago |
riscv64 boot
|
-
Property mode
set to
100644
|
File size:
300 bytes
|
Line | |
---|
1 | arch_uspace_c_args = [ '-D__LE__', '-fno-omit-frame-pointer' ]
|
---|
2 | arch_kernel_c_args = arch_uspace_c_args + [ '-mcmodel=medany' ]
|
---|
3 | arch_boot_c_args = arch_kernel_c_args
|
---|
4 | arch_kernel_link_args = [ '-nostdlib' ]
|
---|
5 | arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
|
---|
6 | arch_boot_link_args = []
|
---|
7 |
|
---|
8 | rd_essential += [
|
---|
9 | ]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.