aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-08-12 03:02:14 -0700
committerZac Medico <zmedico@gentoo.org>2018-08-12 03:03:20 -0700
commitd40b9fc1f9591efab0c28fc1cbee1980dc86c735 (patch)
tree6c24d7106b073e60a5d113f29349695be9a68ca0 /cnf
parentUpdates for portage-2.3.46 release (diff)
downloadportage-d40b9fc1f9591efab0c28fc1cbee1980dc86c735.tar.gz
portage-d40b9fc1f9591efab0c28fc1cbee1980dc86c735.tar.bz2
portage-d40b9fc1f9591efab0c28fc1cbee1980dc86c735.zip
Initial cnf/make.conf.example.arm64.diff (bug 636674)
Bug: https://bugs.gentoo.org/636674
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf.example.arm64.diff37
1 files changed, 37 insertions, 0 deletions
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