lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 7b1ae09 was bc48242, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago |
abs32le
|
-
Property mode
set to
100644
|
File size:
284 bytes
|
Line | |
---|
1 |
|
---|
2 | arch_kernel_c_args = [ '-D__LE__' ]
|
---|
3 | arch_uspace_c_args = [ '-D__LE__' ]
|
---|
4 |
|
---|
5 | if CROSS_TARGET == 'arm32'
|
---|
6 | atsign = '%'
|
---|
7 | elif CROSS_TARGET == 'mips32'
|
---|
8 | arch_kernel_c_args += [ '-mno-abicalls' ]
|
---|
9 | endif
|
---|
10 |
|
---|
11 | arch_kernel_link_args = [ '-nostdlib' ]
|
---|
12 | arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.