summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-cross_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: Add patch to allow disabling of libstdc++ linkage and hence fix ↵Richard Purdie2010-06-291-1/+1
| | | | | | gcc-runtime which was having broken configure tests due to the linker failures and assuming maths primitives were not in libm Signed-off-by: Richard Purdie <rpurdie@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.inc: Move do_compileRichard Purdie2010-03-311-4/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross: Simplify require statementsRichard Purdie2010-03-311-2/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Add initial recipeRichard Purdie2010-03-291-1/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Fix fail to compile since they can't find limits.h include.Enric Balletbo i Serra2010-03-031-1/+1
| | | | | | | | | | | | | | | With gcc package on my build machine gcc can't find limits.h include. $ cat x.c $ gcc -M x.c In file included from x.c:1: /usr/include/limits.h:125:26: error: no include path in which to search for limits.h This patch adds missing includes to gcc package. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove layout_* variablesRichard Purdie2009-09-171-2/+2
| | | | | | | | | | | | Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Add 4.3.3 and switch to for MoblinRichard Purdie2009-05-221-0/+12
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>