Skip to content

Commit

Permalink
GCC toolchain: Add as to meson toolchain.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
imphil authored and lenary committed Sep 3, 2020
1 parent 1eb9d01 commit 2642165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions generate-clang-meson-cross-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ cpp_ld = '${toolchain_dest}/bin/${toolchain_target}-ld'
objdump = '${toolchain_dest}/bin/${toolchain_target}-objdump'
objcopy = '${toolchain_dest}/bin/${toolchain_target}-objcopy'
strip = '${toolchain_dest}/bin/${toolchain_target}-strip'
as = '${toolchain_dest}/bin/${toolchain_target}-as'
[properties]
needs_exe_wrapper = true
Expand Down
1 change: 1 addition & 0 deletions generate-gcc-meson-cross-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ ld = '${toolchain_dest}/bin/${toolchain_target}-ld'
objdump = '${toolchain_dest}/bin/${toolchain_target}-objdump'
objcopy = '${toolchain_dest}/bin/${toolchain_target}-objcopy'
strip = '${toolchain_dest}/bin/${toolchain_target}-strip'
as = '${toolchain_dest}/bin/${toolchain_target}-as'
[properties]
needs_exe_wrapper = true
Expand Down

0 comments on commit 2642165

Please sign in to comment.