lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since a73a1453 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:
561 bytes
|
Line | |
---|
1 | arch_uspace_c_args = [ '-D__LE__', '-fno-unwind-tables' ]
|
---|
2 | arch_kernel_c_args = arch_uspace_c_args + [ '-mconstant-gp', '-mfixed-range=f32-f127' ]
|
---|
3 | if MACHINE == 'i460GX'
|
---|
4 | arch_kernel_c_args += [ '-DI460GX' ]
|
---|
5 | endif
|
---|
6 |
|
---|
7 |
|
---|
8 | arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
|
---|
9 | arch_kernel_link_args = [ '-nostdlib', '-Wl,-EL' ]
|
---|
10 |
|
---|
11 |
|
---|
12 | if MACHINE == 'i460GX'
|
---|
13 | rd_essential += [
|
---|
14 | 'drv/platform/pc',
|
---|
15 | 'drv/bus/pci/pciintel',
|
---|
16 | 'drv/bus/isa',
|
---|
17 | 'drv/char/i8042',
|
---|
18 | 'drv/hid/xtkbd',
|
---|
19 | ]
|
---|
20 |
|
---|
21 | elif MACHINE == 'ski'
|
---|
22 | rd_essential += [
|
---|
23 | 'drv/char/ski-con',
|
---|
24 | 'drv/platform/ski',
|
---|
25 | ]
|
---|
26 |
|
---|
27 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.