Changeset 63660a3 in mainline for meson/cross/riscv64
- Timestamp:
- 2019-08-17T12:49:43Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41408d94
- Parents:
- 2c38a55b
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-26 14:31:18)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/cross/riscv64
r2c38a55b r63660a3 16 16 needs_exe_wrapper = true 17 17 18 c_args = [ '-D__LE__', '-fno-omit-frame-pointer' ]19 cpp_args = [ '-D__LE__', '-fno-omit-frame-pointer', '-fno-exceptions' ]20 c_link_args = [ '-nostdlib', '-lgcc' ]21 cpp_link_args = [ '-nostdlib', '-lgcc' ]22 18 cc_arch = 'riscv64' 23 19 h_arch = 'riscv64'
Note:
See TracChangeset
for help on using the changeset viewer.