Line
Link Here
|
0 |
-- make.conf.example |
0 |
++ make.conf.example |
Lines 39-47
Link Here
|
39 |
# -frecord-gcc-switches, since otherwise the check could result in false |
39 |
# -frecord-gcc-switches, since otherwise the check could result in false |
40 |
# positive results. |
40 |
# positive results. |
41 |
# |
41 |
# |
42 |
# Please refer to the GCC manual for a list of possible values. |
42 |
# -mcpu specifies the name of the target processor, optionally suffixed by one |
|
|
43 |
# or more feature modifiers. -march and -mtune are automatically deduced, |
44 |
# unless set as well. |
45 |
# -march specifies the name of the target architecture, optionally suffixed |
46 |
# by one or more feature modifiers. |
47 |
# -mtune specifies the name of the target processor for which to tune |
48 |
# performance of the code. |
49 |
# Set -march and -mtune if you want to build binaries that run with the given |
50 |
# architecture instructions and is tuned for a more specific CPU without |
51 |
# using its added instructions. |
52 |
# Set only -mcpu if you want to build binaries that are most optimal for the |
53 |
# given CPU, but might not run on others. |
54 |
# |
55 |
# Please refer to the GCC manual "AArch64 Options" section for a list of |
56 |
# possible architecture, CPU and feature values. |
43 |
# |
57 |
# |
44 |
#CFLAGS="-O2 -pipe" |
58 |
#CFLAGS="-O2 -pipe" |
|
|
59 |
#CLFAGS="-O2 -pipe -mcpu=native" |
45 |
# |
60 |
# |
46 |
# If you set a CFLAGS above, then this line will set your default C++ flags to |
61 |
# If you set a CFLAGS above, then this line will set your default C++ flags to |
47 |
# the same settings. |
62 |
# the same settings. |
Lines 76-82
Link Here
|
76 |
# DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST. |
91 |
# DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST. |
77 |
# IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS. |
92 |
# IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS. |
78 |
# |
93 |
# |
79 |
#ACCEPT_KEYWORDS="~arch" |
94 |
#ACCEPT_KEYWORDS="~arm64" |
80 |
|
95 |
|
81 |
# ACCEPT_LICENSE is used to mask packages based on licensing restrictions. |
96 |
# ACCEPT_LICENSE is used to mask packages based on licensing restrictions. |
82 |
# It may contain both license and group names, where group names are |
97 |
# It may contain both license and group names, where group names are |