# HG changeset patch # User Christopher Rogers # Date 1306223403 0 # Node ID e6bc71a2e8486ac00bab1921f6b15a9e51529426 # Parent 63d859d2a16211938d828165c6c6b0e0d8a32e81 make: Added cook_tmp_toolchain function to fix tazwok cook-toolchain. diff -r 63d859d2a162 -r e6bc71a2e848 make/receipt --- a/make/receipt Tue May 24 07:31:47 2011 +0000 +++ b/make/receipt Tue May 24 07:50:03 2011 +0000 @@ -12,6 +12,17 @@ DEPENDS="glibc-base" BUILD_DEPENDS="gcc" +# Rules to compile & install the temporary toolchain. +cook_tmp_toolchain() +{ + cd $src + # http://savannah.gnu.org/bugs/?30612 + patch -Np1 -i $stuff/bug30612.patch + # http://savannah.gnu.org/bugs/?30723 + patch -Np1 -i $stuff/bug30723.patch + ./configure && make && make install +} + # Rules to configure and make the package. compile_rules() {