summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-cross-canadian_4.3.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* cross-canadian: ensure package dependencies are generated correctlyJoshua Lock2010-06-251-1/+1
| | | | | | | | cross-canadian packages need to look for their SOLIBS in the nativesdk sysroot so that dependencies are correctly picked up and meta-toolchains are correctly built. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gcc-runtime: Various bug fixesRichard Purdie2010-06-081-1/+1
| | | | | | | | * 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-cross-canadian: Fix include paths and hence c++ compiler issuesRichard Purdie2010-01-201-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: add gettext to dependenciesJoshua Lock2010-01-041-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* cross-canadian: Add cross-canadian class with gcc and binutils recipesRichard Purdie2009-09-171-0/+23
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>