wok rev 10414
make: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 07:50:03 2011 +0000 (2011-05-24) |
parents | 63d859d2a162 |
children | 88ec8ecd6b1f |
files | make/receipt |
line diff
1.1 --- a/make/receipt Tue May 24 07:31:47 2011 +0000 1.2 +++ b/make/receipt Tue May 24 07:50:03 2011 +0000 1.3 @@ -12,6 +12,17 @@ 1.4 DEPENDS="glibc-base" 1.5 BUILD_DEPENDS="gcc" 1.6 1.7 +# Rules to compile & install the temporary toolchain. 1.8 +cook_tmp_toolchain() 1.9 +{ 1.10 + cd $src 1.11 + # http://savannah.gnu.org/bugs/?30612 1.12 + patch -Np1 -i $stuff/bug30612.patch 1.13 + # http://savannah.gnu.org/bugs/?30723 1.14 + patch -Np1 -i $stuff/bug30723.patch 1.15 + ./configure && make && make install 1.16 +} 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {