diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-11-27 11:59:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-27 17:07:39 -0800 |
commit | 1d989fafba761d29b3b2960bf388821d3ac0f6e7 (patch) | |
tree | 327a01d004a27767da9977393bbafba78ee57048 /docs/manual/how-buildroot-works.txt | |
parent | 670d60dc919fe6d99224ad1056c426812b38d108 (diff) | |
download | buildroot-novena-1d989fafba761d29b3b2960bf388821d3ac0f6e7.tar.gz buildroot-novena-1d989fafba761d29b3b2960bf388821d3ac0f6e7.zip |
manual: trivial fixes
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/how-buildroot-works.txt')
-rw-r--r-- | docs/manual/how-buildroot-works.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/how-buildroot-works.txt b/docs/manual/how-buildroot-works.txt index 879cff399..7e33d8e01 100644 --- a/docs/manual/how-buildroot-works.txt +++ b/docs/manual/how-buildroot-works.txt @@ -6,7 +6,7 @@ How Buildroot works As mentioned above, Buildroot is basically a set of Makefiles that download, configure, and compile software with the correct options. It also includes patches for various software packages - mainly the ones -involved in the cross-compilation tool chain (+gcc+, +binutils+ and +involved in the cross-compilation toolchain (+gcc+, +binutils+ and +uClibc+). There is basically one Makefile per software package, and they are |