We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328f799 commit 2dc0b1fCopy full SHA for 2dc0b1f
generate-gcc-meson-cross-file.sh
@@ -63,8 +63,6 @@ c = '${toolchain_dest}/bin/${toolchain_target}-gcc'
63
cpp = '${toolchain_dest}/bin/${toolchain_target}-g++'
64
ar = '${toolchain_dest}/bin/${toolchain_target}-ar'
65
ld = '${toolchain_dest}/bin/${toolchain_target}-ld'
66
-c_ld = '${toolchain_dest}/bin/${toolchain_target}-ld'
67
-cpp_ld = '${toolchain_dest}/bin/${toolchain_target}-ld'
68
objdump = '${toolchain_dest}/bin/${toolchain_target}-objdump'
69
objcopy = '${toolchain_dest}/bin/${toolchain_target}-objcopy'
70
strip = '${toolchain_dest}/bin/${toolchain_target}-strip'
0 commit comments