From patchwork Tue Dec 6 05:21:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/6] Enable cloog/ppl when compiling gcc Date: Tue, 06 Dec 2011 05:21:07 -0000 From: Khem Raj X-Patchwork-Id: 16201 Message-Id: To: openembedded-core@lists.openembedded.org 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