cookutils rev 448

cross x86_64: glibc... we need fixes by hand
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 30 18:04:06 2012 +0000 (2012-05-30)
parents 8ad3079622f9
children 19ff6f323fe4
files cross
line diff
     1.1 --- a/cross	Wed May 30 14:57:34 2012 +0000
     1.2 +++ b/cross	Wed May 30 18:04:06 2012 +0000
     1.3 @@ -134,6 +134,10 @@
     1.4  		--disable-sanity-checks \
     1.5  		--enable-kernel=2.6.32 &&
     1.6  	make -k install-headers install_root=$sysroot
     1.7 +	# Fixes
     1.8 +	mkdir -p $sysroot/usr/include/gnu
     1.9 +	touch $sysroot/usr/include/gnu/stubs.h
    1.10 +	cp bits/stdio_lim.h $sysroot/usr/include/bits
    1.11  }
    1.12  
    1.13  # 3. GCC static (first pass)