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