DL_FILE = $(THISAPP).tar.gz
DIR_APP = $(DIR_SRC)/$(THISAPP)
-OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)-pass$(PASS)
MAINTAINER =
GROUP = Development/Compilers
icecc_disable
toolchain_make stage1
- toolchain_make ccache
+ toolchain_make ccache PASS=1
toolchain_make binutils PASS=1
toolchain_make gcc PASS=1
toolchain_make linux-headers
toolchain_make icecc
icecc_enable
icecc_use toolchain # Use the fresh gcc
+ toolchain_make ccache PASS=2
toolchain_make file
toolchain_make findutils
toolchain_make gawk