summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-cross-canadian_4.3.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-24/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* cross-canadian: Move binaries into a subdirectory of bin to allow ↵Richard Purdie2010-08-031-1/+1
| | | | | | multimachine installs and update users accordingly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross-canadian/meta-toolchain: Fix C++ compiler location and path issuesJoshua Lock2010-07-211-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* binutils/gcc-crosssdk: Fix hardcoded path layout assumptions for cross ↵Richard Purdie2010-07-151-0/+1
| | | | | | toolchains Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* cross-canadian: Fix sysroot pathRichard Purdie2010-07-151-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* 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>