portage

Форк
0
/
make.conf.example.arm64.diff 
37 строк · 1.5 Кб
1
--- make.conf.example
2
+++ make.conf.example
3
@@ -39,9 +39,24 @@
4
 # -frecord-gcc-switches, since otherwise the check could result in false
5
 # positive results.
6
 #
7
-# Please refer to the GCC manual for a list of possible values.
8
+# -mcpu specifies the name of the target processor, optionally suffixed by one
9
+# or more feature modifiers. -march and -mtune are automatically deduced,
10
+# unless set as well.
11
+# -march specifies the name of the target architecture, optionally suffixed
12
+# by one or more feature modifiers.
13
+# -mtune specifies the name of the target processor for which to tune
14
+# performance of the code.
15
+# Set -march and -mtune if you want to build binaries that run with the given
16
+# architecture instructions and is tuned for a more specific CPU without
17
+# using its added instructions.
18
+# Set only -mcpu if you want to build binaries that are most optimal for the
19
+# given CPU, but might not run on others.
20
+#
21
+# Please refer to the GCC manual "AArch64 Options" section for a list of
22
+# possible architecture, CPU and feature values.
23
 #
24
 #CFLAGS="-O2 -pipe"
25
+#CLFAGS="-O2 -pipe -mcpu=native"
26
 #
27
 # If you set a CFLAGS above, then this line will set your default C++ flags to
28
 # the same settings.
29
@@ -76,7 +91,7 @@
30
 # DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST.
31
 # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS.
32
 #
33
-#ACCEPT_KEYWORDS="~arch"
34
+#ACCEPT_KEYWORDS="~arm64"
35
 
36
 # ACCEPT_LICENSE is used to mask packages based on licensing restrictions.
37
 # It may contain both license and group names, where group names are
38

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.