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 2ED0C138334 for ; Sun, 12 Aug 2018 10:05:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2492EE0A92; Sun, 12 Aug 2018 10:05:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC6DEE0A92 for ; Sun, 12 Aug 2018 10:05:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5823F335C96 for ; Sun, 12 Aug 2018 10:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0BC1387 for ; Sun, 12 Aug 2018 10:05:08 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1534068200.d40b9fc1f9591efab0c28fc1cbee1980dc86c735.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: cnf/ X-VCS-Repository: proj/portage X-VCS-Files: cnf/make.conf.example.arm64.diff X-VCS-Directories: cnf/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d40b9fc1f9591efab0c28fc1cbee1980dc86c735 X-VCS-Branch: master Date: Sun, 12 Aug 2018 10:05:08 +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: 2b735304-bd78-40df-8c35-5f75f85560a6 X-Archives-Hash: c8255ced214166610ade3718bbfe8e32 commit: d40b9fc1f9591efab0c28fc1cbee1980dc86c735 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Aug 12 10:02:14 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Aug 12 10:03:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d40b9fc1 Initial cnf/make.conf.example.arm64.diff (bug 636674) Bug: https://bugs.gentoo.org/636674 cnf/make.conf.example.arm64.diff | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/cnf/make.conf.example.arm64.diff b/cnf/make.conf.example.arm64.diff new file mode 100644 index 000000000..db1fee704 --- /dev/null +++ b/cnf/make.conf.example.arm64.diff @@ -0,0 +1,37 @@ +--- make.conf.example ++++ make.conf.example +@@ -39,9 +39,24 @@ + # -frecord-gcc-switches, since otherwise the check could result in false + # positive results. + # +-# Please refer to the GCC manual for a list of possible values. ++# -mcpu specifies the name of the target processor, optionally suffixed by one ++# or more feature modifiers. -march and -mtune are automatically deduced, ++# unless set as well. ++# -march specifies the name of the target architecture, optionally suffixed ++# by one or more feature modifiers. ++# -mtune specifies the name of the target processor for which to tune ++# performance of the code. ++# Set -march and -mtune if you want to build binaries that run with the given ++# architecture instructions and is tuned for a more specific CPU without ++# using its added instructions. ++# Set only -mcpu if you want to build binaries that are most optimal for the ++# given CPU, but might not run on others. ++# ++# Please refer to the GCC manual "AArch64 Options" section for a list of ++# possible architecture, CPU and feature values. + # + #CFLAGS="-O2 -pipe" ++#CLFAGS="-O2 -pipe -mcpu=native" + # + # If you set a CFLAGS above, then this line will set your default C++ flags to + # the same settings. +@@ -76,7 +91,7 @@ + # DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST. + # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS. + # +-#ACCEPT_KEYWORDS="~arch" ++#ACCEPT_KEYWORDS="~arm64" + + # ACCEPT_LICENSE is used to mask packages based on licensing restrictions. + # It may contain both license and group names, where group names are