]> code.ossystems Code Review - openembedded-core.git/commit
gcc-cross-initial: Stage self sufficient fixed limits.h
authorKhem Raj <raj.khem@gmail.com>
Tue, 24 Jul 2012 05:40:52 +0000 (22:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 13:39:49 +0000 (14:39 +0100)
commiteeb445ecbc651ad614a4fc492039bdad0747d45d
tree9c64855a5c151061ceb2a282d3b2f8588edd7f6c
parent3045ab9b3efc887700a922d06a6f5f4069a41356
gcc-cross-initial: Stage self sufficient fixed limits.h

currently gcc installs a limits.h which references to another
limits.h which it expects from target sysroot and that header
in target sysroot will come from eglibc. So we need to break
this catch-22 and hence we install a self sufficient limits.h
which is then happy when referenced and doesnt complain about
missing limits.h from target sysroot.

This is mostly used when eglibc-initial configure is run

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/gcc/gcc-4.7.inc
meta/recipes-devtools/gcc/gcc-cross-initial.inc