cookutils rev 680

Fixe error: bits/stdio_lim.h not found after glibc headers build
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri May 09 11:59:51 2014 +0200 (2014-05-09)
parents f061dffa65bb
children 0bfd04c900d5
files cross
line diff
     1.1 --- a/cross	Thu May 08 19:28:18 2014 +0200
     1.2 +++ b/cross	Fri May 09 11:59:51 2014 +0200
     1.3 @@ -179,7 +179,10 @@
     1.4  	# Fixes
     1.5  	mkdir -p $sysroot/usr/include/gnu
     1.6  	touch $sysroot/usr/include/gnu/stubs.h
     1.7 -	cp bits/stdio_lim.h $sysroot/usr/include/bits
     1.8 +	
     1.9 +	# Fixe error: bits/stdio_lim.h not found
    1.10 +	#cp bits/stdio_lim.h $sysroot/usr/include/bits
    1.11 +	cp /usr/include/bits/stdio_lim.h $sysroot/usr/include/bits
    1.12  }
    1.13  
    1.14  # 3. GCC static (first pass)