# HG changeset patch # User Christophe Lincoln # Date 1338401046 0 # Node ID f14976de5f5a8bdb873fa3ef0a3d0945fd4f85d0 # Parent 8ad3079622f9031cc7803a455ae2fb2b59e18fcd cross x86_64: glibc... we need fixes by hand diff -r 8ad3079622f9 -r f14976de5f5a cross --- a/cross Wed May 30 14:57:34 2012 +0000 +++ b/cross Wed May 30 18:04:06 2012 +0000 @@ -134,6 +134,10 @@ --disable-sanity-checks \ --enable-kernel=2.6.32 && make -k install-headers install_root=$sysroot + # Fixes + mkdir -p $sysroot/usr/include/gnu + touch $sysroot/usr/include/gnu/stubs.h + cp bits/stdio_lim.h $sysroot/usr/include/bits } # 3. GCC static (first pass)