Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] Enable cloog/ppl when compiling gcc
@ 2011-12-06  5:21 Khem Raj
  2011-12-06  5:21 ` [PATCH 1/6] tcmode-default: Remove pinning u-boot-mkimage-native to non-existing version Khem Raj
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Khem Raj @ 2011-12-06  5:21 UTC (permalink / raw)
  To: openembedded-core

This patchset contains

Changes to gcc where now it will be compiled with cloog/ppl support
and we have corresponding libraries build as -native and -nativesdk
recipes

Fixes the beagleboard ICE seen with mesa-xlib sometime ago
and removes the workaround for the same

Updates eglibc 2.14 to tip of SVN branch

Fixes gnutls build failure observed on uclibc

The following changes since commit 0a7a8597be05c8def8af58eecab49d963dc9d757:

  libsdl: Disable pulseaudio explicitly (2011-12-05 23:03:23 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib kraj/gcc-graphite
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/gcc-graphite

Khem Raj (6):
  tcmode-default: Remove pinning u-boot-mkimage-native to non-existing
    version
  cloog-ppl,ppl: Add new recipes
  gcc-4.6: Enable PPL and ClooG support
  gnutls: Fix fix-gettext-version.patch
  eglibc: Update 2.14 recipes to latest SVN tip
  gcc: Backport patch from trunk to fix ICE seen on armv7 with
    mesa-xlib

 meta/conf/distro/include/tcmode-default.inc        |    7 -
 .../eglibc-2.14/glibc-2.14-libdl-crash.patch       |   66 +-
 meta/recipes-core/eglibc/eglibc_2.14.bb            |    2 +-
 meta/recipes-devtools/gcc/gcc-4.6.inc              |   14 +-
 .../gcc/gcc-4.6/gcc-arm-set-cost.patch             |   34 +
 .../recipes-devtools/gcc/gcc-cross-canadian_4.6.bb |    4 +-
 meta/recipes-support/cloog-ppl/cloog-ppl.inc       |    6 +
 .../recipes-support/cloog-ppl/cloog-ppl_0.15.11.bb |   13 +
 .../gnutls-2.12.14/fix-gettext-version.patch       |   17 +-
 meta/recipes-support/gnutls/gnutls_2.12.14.bb      |    2 +-
 .../ppl/ppl-0.11.2/ppl_autoreconf.patch            |17034 ++++++++++++++++++++
 meta/recipes-support/ppl/ppl.inc                   |    6 +
 meta/recipes-support/ppl/ppl_0.11.2.bb             |   16 +
 meta/recipes-support/ppl/ppl_git.bb                |   17 +
 14 files changed, 17188 insertions(+), 50 deletions(-)
 create mode 100644 meta/recipes-devtools/gcc/gcc-4.6/gcc-arm-set-cost.patch
 create mode 100644 meta/recipes-support/cloog-ppl/cloog-ppl.inc
 create mode 100644 meta/recipes-support/cloog-ppl/cloog-ppl_0.15.11.bb
 create mode 100644 meta/recipes-support/ppl/ppl-0.11.2/ppl_autoreconf.patch
 create mode 100644 meta/recipes-support/ppl/ppl.inc
 create mode 100644 meta/recipes-support/ppl/ppl_0.11.2.bb
 create mode 100644 meta/recipes-support/ppl/ppl_git.bb

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-12-08  8:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06  5:21 [PATCH 0/6] Enable cloog/ppl when compiling gcc Khem Raj
2011-12-06  5:21 ` [PATCH 1/6] tcmode-default: Remove pinning u-boot-mkimage-native to non-existing version Khem Raj
2011-12-06  5:21 ` [PATCH 2/6] cloog-ppl,ppl: Add new recipes Khem Raj
2011-12-06 11:41   ` Martin Jansa
2011-12-06 12:27     ` [PATCH] ppl: fix libgmp paths Martin Jansa
2011-12-06 12:49       ` Koen Kooi
2011-12-07 21:19       ` Khem Raj
2011-12-08  0:12         ` Richard Purdie
2011-12-08  8:02           ` Khem Raj
2011-12-07 17:03     ` [PATCH 2/6] cloog-ppl,ppl: Add new recipes Khem Raj
2011-12-07 17:07       ` Martin Jansa
2011-12-06  5:21 ` [PATCH 3/6] gcc-4.6: Enable PPL and ClooG support Khem Raj
2011-12-06  5:21 ` [PATCH 4/6] gnutls: Fix fix-gettext-version.patch Khem Raj
2011-12-06  5:21 ` [PATCH 5/6] eglibc: Update 2.14 recipes to latest SVN tip Khem Raj
2011-12-06  5:21 ` [PATCH 6/6] gcc: Backport patch from trunk to fix ICE seen on armv7 with mesa-xlib Khem Raj
2011-12-06 14:37 ` [PATCH 0/6] Enable cloog/ppl when compiling gcc Richard Purdie
2011-12-07 16:59   ` Khem Raj
2011-12-06 14:39 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox