From patchwork Wed Jul 1 06:49:24 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Brodkin X-Patchwork-Id: 489883 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 638561402B9 for ; Wed, 1 Jul 2015 16:49:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DA3E295381; Wed, 1 Jul 2015 06:49:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jeu45V-Fy6S1; Wed, 1 Jul 2015 06:49:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0C89E9538F; Wed, 1 Jul 2015 06:49:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id C0C591C072E for ; Wed, 1 Jul 2015 06:49:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BB3BC3357C for ; Wed, 1 Jul 2015 06:49:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XTMliFrNEX3I for ; Wed, 1 Jul 2015 06:49:32 +0000 (UTC) X-Greylist: delayed 13:16:11 by SQLgrey-1.7.6 Received: from smtprelay.synopsys.com (unknown [198.182.60.111]) by silver.osuosl.org (Postfix) with ESMTPS id B4E2B33540 for ; Wed, 1 Jul 2015 06:49:32 +0000 (UTC) Received: from dc8secmta2.synopsys.com (dc8secmta2.synopsys.com [10.13.218.202]) by smtprelay.synopsys.com (Postfix) with ESMTP id AC15410C0F36; Tue, 30 Jun 2015 23:49:30 -0700 (PDT) Received: from dc8secmta2.internal.synopsys.com (dc8secmta2.internal.synopsys.com [127.0.0.1]) by dc8secmta2.internal.synopsys.com (Service) with ESMTP id A23FBA4112; Tue, 30 Jun 2015 23:49:30 -0700 (PDT) Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by dc8secmta2.internal.synopsys.com (Service) with ESMTP id 6566AA4102; Tue, 30 Jun 2015 23:49:30 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 5525EA7E; Tue, 30 Jun 2015 23:49:30 -0700 (PDT) Received: from abrodkin-e7440l.internal.synopsys.com (abrodkin-e7440l.internal.synopsys.com [10.121.8.55]) by mailhost.synopsys.com (Postfix) with ESMTP id AD59AA7C; Tue, 30 Jun 2015 23:49:28 -0700 (PDT) From: Alexey Brodkin To: buildroot@uclibc.org Date: Wed, 1 Jul 2015 09:49:24 +0300 Message-Id: <1435733364-4979-1-git-send-email-abrodkin@synopsys.com> X-Mailer: git-send-email 2.4.3 Cc: Thomas Petazzoni , Alexey Brodkin Subject: [Buildroot] [PATCH] ARC: update folders with patches for arc-2015.06-rc1 release X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" In buildroot we maintain a couple off-the-tree patches. In particular for binutils and gcc packages. Because we have many versions of mentioned packages patches for each particular version reside in a folder which name matches full version name of the package. For example we used to have patches for binutils distributed as part of arc-2014.12 tools in folder ""package/binutils/arc-2014.12". Now with bump of ARC tools version we need to rename folder with patches to "arc-2015.06-rc1". The same applies to gcc. Should fix http://autobuild.buildroot.net/results/2b2/2b27a4a64c0b225ae479ecfccf7a97f5ea95598c/ As discussed before it's not possible to reproduce reported problem on recent Fedora 21/22 distros (at least we know about them) but I may confirm that patches were applied fine and everything was built well. Hopefully reported build failure goes away now. Signed-off-by: Alexey Brodkin Cc: Romain Naour Cc: Thomas Petazzoni --- .../binutils/{arc-2014.12 => arc-2015.06-rc1}/0001-PR-other-56780.patch | 0 .../{arc-2014.12 => arc-2015.06-rc1}/600-poison-system-directories.patch | 0 .../gcc/{arc-2014.12 => arc-2015.06-rc1}/100-libstdcxx-uclibc-c99.patch | 0 package/gcc/{arc-2014.12 => arc-2015.06-rc1}/851-PR-other-56780.patch | 0 .../910-gcc-poison-system-directories.patch | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename package/binutils/{arc-2014.12 => arc-2015.06-rc1}/0001-PR-other-56780.patch (100%) rename package/binutils/{arc-2014.12 => arc-2015.06-rc1}/600-poison-system-directories.patch (100%) rename package/gcc/{arc-2014.12 => arc-2015.06-rc1}/100-libstdcxx-uclibc-c99.patch (100%) rename package/gcc/{arc-2014.12 => arc-2015.06-rc1}/851-PR-other-56780.patch (100%) rename package/gcc/{arc-2014.12 => arc-2015.06-rc1}/910-gcc-poison-system-directories.patch (100%) diff --git a/package/binutils/arc-2014.12/0001-PR-other-56780.patch b/package/binutils/arc-2015.06-rc1/0001-PR-other-56780.patch similarity index 100% rename from package/binutils/arc-2014.12/0001-PR-other-56780.patch rename to package/binutils/arc-2015.06-rc1/0001-PR-other-56780.patch diff --git a/package/binutils/arc-2014.12/600-poison-system-directories.patch b/package/binutils/arc-2015.06-rc1/600-poison-system-directories.patch similarity index 100% rename from package/binutils/arc-2014.12/600-poison-system-directories.patch rename to package/binutils/arc-2015.06-rc1/600-poison-system-directories.patch diff --git a/package/gcc/arc-2014.12/100-libstdcxx-uclibc-c99.patch b/package/gcc/arc-2015.06-rc1/100-libstdcxx-uclibc-c99.patch similarity index 100% rename from package/gcc/arc-2014.12/100-libstdcxx-uclibc-c99.patch rename to package/gcc/arc-2015.06-rc1/100-libstdcxx-uclibc-c99.patch diff --git a/package/gcc/arc-2014.12/851-PR-other-56780.patch b/package/gcc/arc-2015.06-rc1/851-PR-other-56780.patch similarity index 100% rename from package/gcc/arc-2014.12/851-PR-other-56780.patch rename to package/gcc/arc-2015.06-rc1/851-PR-other-56780.patch diff --git a/package/gcc/arc-2014.12/910-gcc-poison-system-directories.patch b/package/gcc/arc-2015.06-rc1/910-gcc-poison-system-directories.patch similarity index 100% rename from package/gcc/arc-2014.12/910-gcc-poison-system-directories.patch rename to package/gcc/arc-2015.06-rc1/910-gcc-poison-system-directories.patch