summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-configure-runtime.inc
AgeCommit message (Collapse)AuthorFiles
2010-06-08gcc-runtime: Various bug fixesRichard Purdie1
* Use the -nostdinc++ to CXX fixing libstdc++ * Generate libgcc in gcc-cross, save the result and use in gcc-runtime * Fix the layout of the crt*.o files so the SDK compiler can find them Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-07gcc-runtime: Make sure multiple target builds work correctlyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-01gcc-configure-runtime: Make sure the sysroot is configuredRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-04-27Install cross-packages into the native sysrootJoshua Lock1
Cross is no longer required so can go away, we now install cross packages into the native sysroot and use them from there. This patch includes updates to classes and some recipes which reference CROSS_DIR. Others still need fixing an image can be built and run with this patch applied. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-31gcc-runtime: Move core code to the main include fileRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-30gcc-runtime: Fix c++ include pathRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-29gcc-runtime: Add initial recipeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>