summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-27203-31048/+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_4.5.0: fix for arm kernel failureNitin A Kamble2010-08-1910-10/+10
| | | | | | | | | | | | | From this bugzilla: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44129 gcc 4.5.0 has target space optimization issues on arm also. Added a fix similar to ppc. This should fix [BUGID #212] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* gcc_4.5.0: import a missing patch from gcc_4.3.3Nitin A Kamble2010-08-1711-10/+34
| | | | | | | | | | | | | | | [BUGID #208] Thanks to Edwin Zhai for reproducing issue and narrowing it down to the segmentation fault in the floorf function of libstdc++-v3 And Thanks to RP for pointing out that this is a known issue with the fix already in the gcc 4.3.3 recipe Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard@openedhand.com>
* gcc-package-cross: Make the libexec symlinks use relative paths so they're ↵Richard Purdie2010-08-121-2/+5
| | | | | | reclocatable 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-4.5.0: import some ppc & mips fixes from oe recipesNitin A Kamble2010-08-1013-13/+25
| | | | | | | | | | | | for ppc glibc build failes with -os (optimize for size) gcc option. so the fix disables this gcc options on ppc. MIPS fix is added in the hope of helping webkit-gtk build failure (gcc seg fault). And fix the PR bumps for all affected recipes Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* gcc-4.5.0: newer patch for svn revision 162697Nitin A Kamble2010-08-103-1/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* gcc: Fix dynamic linker location for x86_64Joshua Lock2010-08-0419-22/+49
| | | | | | | 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>
* cross-canadian: Move binaries into a subdirectory of bin to allow ↵Richard Purdie2010-08-032-10/+8
| | | | | | multimachine installs and update users accordingly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-4.5.0: import an arm fix patch from OENitin A Kamble2010-07-3011-9/+127
| | | | | | And bump PRs of affected recipes Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* gcc-4.5.0: apply the lib64 path 64bithack.patchNitin A Kamble2010-07-3011-9/+33
| | | | | | Bump the PR for all the affected recipes Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* gcc: For 64 bit targets don't use lib64Richard Purdie2010-07-254-1/+23
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-configure-sdk.inc: Remove hardcoded util pathsRichard Purdie2010-07-251-12/+12
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Fix stashed libs path for nativesdkRichard Purdie2010-07-251-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross: Remove obsolete hacks from 4.5 versionRichard Purdie2010-07-242-10/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc family : upgrade to 4.5.0Nitin A Kamble2010-07-2474-1/+10493
| | | | | | | | | | | | | | | | | | | | | | | | Imported OE patches into the poky recipes. - Use elfutils instead of libelf Converted OE's svn source into tar ball & a patch. Added a patch to revert the baseversion to 4.5.0 Merge OE & poky extra_oeconf_options Fix the zlib (inside gcc) make issue by providing the --with-system-zlib switch in EXTRA_OECONF Found out that some header file dirs were soft linked to non-existing locations like c_std. Changed the configure options to point them to existing locations like c_global. gcc-cross-canadian_4.5.0: fix configure issue Thanks to Saul Wold for providing poky gcc patches rebased to the 4.5.0 sources. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* gcc-package-cross.inc: Setup symlinks in the libexec directory to our cross ↵Richard Purdie2010-07-231-1/+9
| | | | | | tools so the toolchain finds them correctly Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross-intermediate.inc: Make sure libgcc goes into the target sysrootRichard Purdie2010-07-231-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross-initial/intermediate: Drop now unneeded symlink hacksRichard Purdie2010-07-232-10/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross: Use MULTIMACH_TARGET_SYS instead of TARGET_SYS in staging pathRichard Purdie2010-07-232-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-configure-common.inc: Disable multilib for nowRichard Purdie2010-07-231-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie2010-07-222-8/+0
| | | | | | | | warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross-canadian/meta-toolchain: Fix C++ compiler location and path issuesJoshua Lock2010-07-212-3/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* binutils/gcc-crosssdk: Fix hardcoded path layout assumptions for cross ↵Richard Purdie2010-07-156-3/+11
| | | | | | toolchains Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross-canadian: Don't build target libs as we don't use themRichard Purdie2010-07-151-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* cross-canadian: Fix sysroot pathRichard Purdie2010-07-152-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Add patch to fix sparseset.o ruleScott Garman2010-07-143-1/+22
| | | | | | | | | | | | 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>
* meta-toolchain: Improve layoutRichard Purdie2010-07-023-6/+6
| | | | | | | | | | * Switch from /usr/local/poky to /opt/poky * Use a sysroots directory for both the "native" sdk binaries and the target * Drop the meta-toolchain extras packages. These are replaced with packaged-staging. * Change the nativesdk layout to match our usual filesystem layout * Clean up various hardcoded prefix references Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Add patch to allow disabling of libstdc++ linkage and hence fix ↵Richard Purdie2010-06-295-3/+27
| | | | | | 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>
* cross-canadian: ensure package dependencies are generated correctlyJoshua Lock2010-06-251-1/+1
| | | | | | | | cross-canadian packages need to look for their SOLIBS in the nativesdk sysroot so that dependencies are correctly picked up and meta-toolchains are correctly built. Signed-off-by: Joshua Lock <josh@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: Drop 4.2.3 as its unusedRichard Purdie2010-06-0880-8033/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Various bug fixesRichard Purdie2010-06-087-21/+29
| | | | | | | | * 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-configure-sdk.inc: local-prefix should be in SDKPATH, not a build patchRichard Purdie2010-06-081-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-configure-cross.inc: local-prefix should be the target exec_prefixRichard Purdie2010-06-081-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross: Fix install path typo.Dongxiao Xu2010-06-081-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gcc-runtime: Make sure multiple target builds work correctlyRichard Purdie2010-06-072-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-configure-runtime: Make sure the sysroot is configuredRichard Purdie2010-06-011-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Fix build problem with GCC-4.3.3 on PowerPCGary Thomas2010-05-061-0/+4
| | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* Fix references to CROSS_DIR now that it has been removedJoshua Lock2010-04-286-17/+17
| | | | | | | CROSS_DIR is no longer removed so fix up classes, packages and documentation which refer to it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Install cross-packages into the native sysrootJoshua Lock2010-04-274-5/+5
| | | | | | | | | | | 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: Fix packaging of cross for PPCJoshua Lock2010-04-271-0/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gcc-cross-initial/gcc-cross-intermediate: Add missing EXTRA_OECONF variablesRichard Purdie2010-03-313-0/+4
| | | | 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-crosssdk: Remove bogus requireRichard Purdie2010-03-311-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-runtime: Add 4.2.3 versionRichard Purdie2010-03-311-0/+10
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-crosssdk: Create common include filesRichard Purdie2010-03-319-62/+37
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross.inc: Move do_compileRichard Purdie2010-03-312-4/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross: Use NATIVEDEPSRichard Purdie2010-03-314-5/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Move -native dependencies into the base gcc version configuration file ↵Richard Purdie2010-03-3112-25/+13
| | | | | | and create and use EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE variables Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>