wok rev 18924

glibc: fix build (thanks az_ua)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 14:47:17 2016 +0200 (2016-02-25)
parents 2f38aa1ac249
children 8a79cc268697
files glibc/receipt
line diff
     1.1 --- a/glibc/receipt	Thu Feb 25 08:34:30 2016 -0300
     1.2 +++ b/glibc/receipt	Thu Feb 25 14:47:17 2016 +0200
     1.3 @@ -49,7 +49,7 @@
     1.4  		--disable-profile --enable-add-ons \
     1.5  		--enable-kernel=2.6.30 --with-headers=/tools/include \
     1.6  		libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes &&
     1.7 -	make &&
     1.8 +	make -j1 &&
     1.9  	make install
    1.10  	} || return 1
    1.11  
    1.12 @@ -126,7 +126,7 @@
    1.13  		--build=$HOST_SYSTEM \
    1.14  		--host=$HOST_SYSTEM \
    1.15  		--target=$BUILD_SYSTEM &&
    1.16 -	make && make install_root=$DESTDIR install
    1.17 +	make -j1 && make install_root=$DESTDIR install
    1.18  	} || return 1
    1.19  
    1.20  	# If temporary toolchain was previously used, switch to regular toolchain.