File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,9 +242,9 @@ Cross-Compilation
242
242
243
243
To support cross-compilation WLLVM supports the ` -target ` triple used by clang.
244
244
More information can be found
245
- [ here.] ( https://clang.llvm.org/docs/CrossCompilation.html#target-triple ) .
245
+ [ here.] ( https://clang.llvm.org/docs/CrossCompilation.html#target-triple )
246
246
247
- Additionall , WLLVM leverages ` objcopy ` for some of its heavy lifting. When
247
+ Additionally , WLLVM leverages ` objcopy ` for some of its heavy lifting. When
248
248
cross-compiling you must ensure to use the appropriate ` objcopy ` for the target
249
249
architecture. The ` BINUTILS_TARGET_PREFIX ` environment variable can be used to
250
250
set the objcopy of choice, for example, ` arm-linux-gnueabihf ` .
You can’t perform that action at this time.
0 commit comments