From dc5e4ca07617b8f28e759d5a22125cc8636001f2 Mon Sep 17 00:00:00 2001
From: Gustavo Zacarias
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