summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-package-target.inc
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-99/+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: Don't create links in base-libdirRichard Purdie2010-03-311-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Add initial recipeRichard Purdie2010-03-291-62/+1
| | | | 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-0/+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>
* gcc: Sync with OE.devRichard Purdie2008-05-161-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4485 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gcc-package-target.inc: Add back precompiled header fix lost in the gcc changesRichard Purdie2008-03-191-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4052 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gcc: Merge in the major cleanup I made in OE.devRichard Purdie2008-03-181-0/+157
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4038 311d38ba-8fff-0310-9ca6-ca027cbcb966