cookutils rev 652

cross: Fix compile order
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 04 19:42:17 2014 +0100 (2014-03-04)
parents 8e8237a1e876
children b357bbf78c7b
files cross
line diff
     1.1 --- a/cross	Tue Mar 04 18:56:37 2014 +0100
     1.2 +++ b/cross	Tue Mar 04 19:42:17 2014 +0100
     1.3 @@ -446,8 +446,8 @@
     1.4  		case "$ARCH" in
     1.5  			x86_64) glibc_headers 2>&1 | tee $logdir/glibc-headers.log ;;
     1.6  		esac
     1.7 +		linux_headers 2>&1 | tee $logdir/linux-headers.log
     1.8  		gcc_static 2>&1 | tee $logdir/gcc-static.log
     1.9 -		linux_headers 2>&1 | tee $logdir/linux-headers.log
    1.10  		case "$ARCH" in
    1.11  			arm*) eglibc 2>&1 | tee $logdir/eglibc.log ;;
    1.12  			x86_64) glibc 2>&1 | tee $logdir/glibc.log ;;