summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-cross-intermediate_4.3.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-4/+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>
* gcc: Fix dynamic linker location for x86_64Joshua Lock2010-08-041-1/+1
| | | | | | | gcc hard codes the linker path to lib64 for x86_64 machines, update our 64bithack patch to change this to lib. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gcc-cross-initial/intermediate: Drop now unneeded symlink hacksRichard Purdie2010-07-231-5/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Install cross-packages into the native sysrootJoshua Lock2010-04-271-1/+1
| | | | | | | | | | | 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>
* gcc: Move -native dependencies into the base gcc version configuration file ↵Richard Purdie2010-03-311-5/+0
| | | | | | and create and use EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE variables 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>
* gcc: Convert cross recipes to stage in do_install. Also moves stdc++ and ↵Richard Purdie2009-11-161-2/+2
| | | | | | other libs into the sysroot Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Add 4.3.3 and switch to for MoblinRichard Purdie2009-05-221-0/+14
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>