source: mainline/meson/arch/ia64/meson.build@ a73a1453

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 
1arch_uspace_c_args = [ '-D__LE__', '-fno-unwind-tables' ]
2arch_kernel_c_args = arch_uspace_c_args + [ '-mconstant-gp', '-mfixed-range=f32-f127' ]
3if MACHINE == 'i460GX'
4 arch_kernel_c_args += [ '-DI460GX' ]
5endif
6
7
8arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
9arch_kernel_link_args = [ '-nostdlib', '-Wl,-EL' ]
10
11
12if 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
21elif MACHINE == 'ski'
22 rd_essential += [
23 'drv/char/ski-con',
24 'drv/platform/ski',
25 ]
26
27endif
Note: See TracBrowser for help on using the repository browser.