diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-02-18 22:15:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-02-18 22:15:58 +0000 |
commit | fc204498a2fe625950cf1e14acee3e59543d64e6 (patch) | |
tree | 608c67b9ac2e27498393ca9933949dcbf4325659 /toolchain/Makefile | |
parent | 97afdda51042de59e0be7ce08e8105f1da4faac8 (diff) | |
download | upstream-fc204498a2fe625950cf1e14acee3e59543d64e6.tar.gz upstream-fc204498a2fe625950cf1e14acee3e59543d64e6.tar.bz2 upstream-fc204498a2fe625950cf1e14acee3e59543d64e6.zip |
toolchain: update build steps doc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39631 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index 581d2b3c60..36c6ed328a 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -9,19 +9,19 @@ # Steps: # 1) toolchain/binutils/install # build & install binutils -# 2) toolchain/gcc/prepare +# 2) toolchain/gcc/minimal/install # build & install a minimal gcc, needed for steps 3 & 4 # 3) toolchain/kernel-headers/install # install kernel headers, needed for step 4 -# 4) toolchain/libc/prepare +# 4) toolchain/libc/headers/install # build & install libc headers & support files, needed for step 5 -# 5) toolchain/gcc/compile +# 5) toolchain/gcc/initial/install # build & install an initial gcc, needed for step 6 -# 6) toolchain/libc/compile +# 6) toolchain/libc/install # build & install the final libc -# 7) toolchain/gcc/install +# 7) toolchain/gcc/final/install # build & install the final gcc -# 8) toolchain/libc/install +# 8) toolchain/libc/utils/install # build & install libc utilities # |