|
@@ -9,7 +9,7 @@ can use the toolchain that was generated by Buildroot.
|
|
|
|
|
|
The toolchain generated by Buildroot is located by default in
|
|
The toolchain generated by Buildroot is located by default in
|
|
+output/host/+. The simplest way to use it is to add
|
|
+output/host/+. The simplest way to use it is to add
|
|
-+output/host/usr/bin/+ to your PATH environment variable and then to
|
|
|
|
|
|
++output/host/bin/+ to your PATH environment variable and then to
|
|
use +ARCH-linux-gcc+, +ARCH-linux-objdump+, +ARCH-linux-ld+, etc.
|
|
use +ARCH-linux-gcc+, +ARCH-linux-objdump+, +ARCH-linux-ld+, etc.
|
|
|
|
|
|
It is possible to relocate the toolchain - but then +--sysroot+ must
|
|
It is possible to relocate the toolchain - but then +--sysroot+ must
|