summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-4.3.3
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-2773-17648/+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-2/+15
| | | | | | | 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: For 64 bit targets don't use lib64Richard Purdie2010-07-251-0/+20
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Add patch to fix sparseset.o ruleScott Garman2010-07-141-0/+20
| | | | | | | | | | | | Fix a missing config.h dependency when building sparseset.o to prevent "conflicting types for 'strsignal'" error, which can intermittently crop up for high values of make -j. Thanks to Richard Purdie and Jeff Dike for their help in tracking this down. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Add patch to allow disabling of libstdc++ linkage and hence fix ↵Richard Purdie2010-06-291-0/+23
| | | | | | 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-4.3.3: Drop unused patchesRichard Purdie2010-06-0981-588146/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-4.3.3: Add patch for issue PR35942 to fix libstdc++ build issues with ↵Richard Purdie2010-03-291-0/+38
| | | | | | certain host cross compile combinations Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-4.3.3: Sync patchset with OE.devRichard Purdie2009-09-1418-610/+7745
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Add 4.3.3 and switch to for MoblinRichard Purdie2009-05-22144-0/+598545
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>