diff --git a/docs/buildroot.html b/docs/buildroot.html index 36297e0992..b755922c59 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -618,8 +618,8 @@ $(ZLIB_DIR)/libz.a: $(ZLIB_DIR)/.configured use the toolchain that was generated by Buildroot.
The toolchain generated by Buildroot is located by default in
- output/staging/. The simplest way to use it is to add
- output/staging/usr/bin/ to your PATH environment variable and
+ output/host/. The simplest way to use it is to add
+ output/host/usr/bin/ to your PATH environment variable and
then to use ARCH-linux-gcc, ARCH-linux-objdump,
ARCH-linux-ld, etc.
It is also possible to generate the Buildroot toolchain in a
- directory other than output/staging by using the
- Build options -> Toolchain and header file location options.
+ directory other than output/host by using the
+ Build options -> Host dir option.
This could be useful if the toolchain must be shared with other users.
ccache in Buildroot