Changeset 318af1a in mainline for meson/arch/ia64/meson.build
- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a4a6e5
- Parents:
- 3706d93
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-29 11:22:58)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/ia64/meson.build
r3706d93 r318af1a 5 5 endif 6 6 7 arch_boot_c_args = [ '-D__LE__', '-fno-unwind-tables', '-mfixed-range=f32-f127', '-mno-pic', '-mno-sdata' ] 7 8 8 9 arch_uspace_link_args = [ '-nostdlib', '-lgcc' ] 9 10 arch_kernel_link_args = [ '-nostdlib', '-Wl,-EL' ] 11 arch_boot_link_args = [] 10 12 11 13
Note:
See TracChangeset
for help on using the changeset viewer.