summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-4.5.0/64bithack.patch
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-33/+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 4.5.0 patch rejectsRichard Purdie2010-08-101-6/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Fix dynamic linker location for x86_64Joshua Lock2010-08-041-4/+17
| | | | | | | 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-4.5.0: apply the lib64 path 64bithack.patchNitin A Kamble2010-07-301-0/+20
Bump the PR for all the affected recipes Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>