# HG changeset patch # User Christopher Rogers # Date 1306224519 0 # Node ID aca8a14a46d96f9ba1a9aef4f082b663741adb83 # Parent a3d5d8030323554c0703b0cade736a7bf13100ef m4: Added cook_tmp_toolchain function to fix tazwok cook-toolchain. diff -r a3d5d8030323 -r aca8a14a46d9 m4/receipt --- a/m4/receipt Tue May 24 08:02:26 2011 +0000 +++ b/m4/receipt Tue May 24 08:08:39 2011 +0000 @@ -12,6 +12,14 @@ DEPENDS="glibc-base" BUILD_DEPENDS="gcc" +# Rules to compile & install the temporary toolchain by Tazwok. +cook_tmp_toolchain() +{ + cd $src + ./configure && make && make install +} + + # Rules to configure and make the package. compile_rules() {