Changeset a42be38 in mainline for meson/cross/arm64
- Timestamp:
- 2019-08-18T15:36:21Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 08c851ce
- Parents:
- 521669d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/cross/arm64
r521669d ra42be38 2 2 3 3 [binaries] 4 c = ' aarch64-helenos-gcc'5 cpp = ' aarch64-helenos-g++'6 ar = ' aarch64-helenos-ar'7 strip = ' aarch64-helenos-strip'8 nm = ' aarch64-helenos-nm'9 objcopy = ' aarch64-helenos-objcopy'10 objdump = ' aarch64-helenos-objdump'11 as = ' aarch64-helenos-as'12 ld = ' aarch64-helenos-ld'4 c = '@COMPPREFIX@gcc' 5 cpp = '@COMPPREFIX@g++' 6 ar = '@COMPPREFIX@ar' 7 strip = '@COMPPREFIX@strip' 8 nm = '@COMPPREFIX@nm' 9 objcopy = '@COMPPREFIX@objcopy' 10 objdump = '@COMPPREFIX@objdump' 11 as = '@COMPPREFIX@as' 12 ld = '@COMPPREFIX@ld' 13 13 14 14 [properties]
Note:
See TracChangeset
for help on using the changeset viewer.