summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-package-runtime.inc
Commit message (Collapse)AuthorAgeFilesLines
* gcc-runtime: Various bug fixesRichard Purdie2010-06-081-2/+2
| | | | | | | | * 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>
* gcc-runtime: Move core code to the main include fileRichard Purdie2010-03-311-13/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Handle libgcc headers correctly and set c++ include patch for ↵Richard Purdie2010-03-301-1/+1
| | | | | | packages correctly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Add initial recipeRichard Purdie2010-03-291-0/+70
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>