From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A97B3138330 for ; Mon, 26 Sep 2016 10:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC75E0C2E; Mon, 26 Sep 2016 10:37:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2DC5E0C2E for ; Mon, 26 Sep 2016 10:37:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DB59340943 for ; Mon, 26 Sep 2016 10:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53B3C2486 for ; Mon, 26 Sep 2016 10:37:02 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1474886216.37185eb0b6d421615685085052f14f7cd937cb2d.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.8 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch 5010_enable-additional-cpu-optimizations-for-gcc.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 37185eb0b6d421615685085052f14f7cd937cb2d X-VCS-Branch: 4.8 Date: Mon, 26 Sep 2016 10:37:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 316aa239-0bc2-4e22-8f16-e5db0a2ad122 X-Archives-Hash: 71a9646108d7af0253b48b5107f1ac8c commit: 37185eb0b6d421615685085052f14f7cd937cb2d Author: Mike Pagano gentoo org> AuthorDate: Mon Sep 26 10:36:56 2016 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Sep 26 10:36:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=37185eb0 Rename gcc optimization patch for more clarity. 0000_README | 2 +- ...-4.9.patch => 5010_enable-additional-cpu-optimizations-for-gcc.patch | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/0000_README b/0000_README index 777f7c8..db75eae 100644 --- a/0000_README +++ b/0000_README @@ -67,6 +67,6 @@ Patch: 5000_enable-additional-cpu-optimizations-for-gcc.patch From: https://github.com/graysky2/kernel_gcc_patch/ Desc: Kernel patch enables gcc < v4.9 optimizations for additional CPUs. -Patch: 5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch +Patch: 5010_enable-additional-cpu-optimizations-for-gcc.patch From: https://github.com/graysky2/kernel_gcc_patch/ Desc: Kernel patch enables gcc >= v4.9 optimizations for additional CPUs. diff --git a/5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch b/5010_enable-additional-cpu-optimizations-for-gcc.patch similarity index 100% rename from 5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch rename to 5010_enable-additional-cpu-optimizations-for-gcc.patch