summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-cross-initial_4.3.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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-7/+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-0/+2
| | | | 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/+15
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>