X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=toolchain%2FMakefile;h=36c6ed328a349a9848f8afc65f9294c34e3766f8;hp=763381a838cd4525bbcce6134341076e82b2ba0c;hb=c0edabca051e029b130d0938f3500637402084e4;hpb=650d4e0fab8a94590f7d206ff42c2da74281a02c;ds=sidebyside diff --git a/toolchain/Makefile b/toolchain/Makefile index 763381a838..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 # @@ -64,6 +64,7 @@ ifneq ($(ARCH),) mkdir -p "$$dir"; \ cd "$$dir"; \ ln -nsf lib lib64; \ + ln -nsf lib lib32; \ mkdir -p stamp lib usr/include usr/lib ; \ ); done @grep GCC_VERSION $@ >/dev/null 2>&1 || $(INSTALL_DATA) $(TOPDIR)/toolchain/info.mk $@