Lines Matching +full:cortex +full:- +full:a

25 # generated code.  This controls processor-specific optimizations in
33 # bdver1, btver2, btver1, amdfam10, opteron-sse3,
34 # athlon64-sse3, k8-sse3, opteron, athlon64, athlon-fx,
35 # k8, athlon-mp, athlon-xp, athlon-4, athlon-tbird,
36 # athlon, k7, geode, k6-3, k6-2, k6
38 # cascadelake, tremont, goldmont-plus, icelake-server,
39 # icelake-client, cannonlake, knm, skylake-avx512, knl,
43 # pentium3m, pentium3, pentium-m, pentium2, pentiumpro,
44 # pentium-mmx, pentium, i486
45 # (VIA CPUs) c7, c3-2, c3
46 # ARM architecture: armv7, armv7-a, armv7ve, generic-armv7-a, cortex-a5,
47 # cortex-a7, cortex-a8, cortex-a9, cortex-a12,
48 # cortex-a15, cortex-a17
49 # ARM64 architecture: cortex-a53, cortex-a57, cortex-a72,
50 # exynos-m1
52 # (?= allows to buildworld for a different CPUTYPE.)
55 #NO_CPU_CFLAGS= # Don't add -march=<cpu> to CFLAGS automatically
58 # Note that optimization settings other than -O and -O2 are not recommended
59 # or supported for compiling the world or the kernel - please revert any
63 # CFLAGS.arch provides a mechanism for applying CFLAGS only when building
64 # the given architecture. This is useful primarily on a system used for
65 # cross-building, when you have a set of flags to apply to the TARGET_ARCH
66 # being cross-built but don't want those settings applied to building the
67 # cross-tools or other components that run on the build host machine.
76 # to build and function without problems with non-default settings.
78 # CFLAGS+= -msse3
79 # CXXFLAGS+= -msse3
80 # CFLAGS.armv7+= -mfloat-abi=softfp
89 # BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested
91 # putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not
94 #BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
95 # -Wcast-qual -Wchar-subscripts -Winline \
96 # -Wmissing-prototypes -Wnested-externs -Wpointer-arith \
97 # -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
104 #COPTFLAGS= -O -pipe
107 #INSTALL+= -C
110 #MTREE_FOLLOWS_SYMLINKS= -L
150 # How long to wait for a console keypress before booting the default kernel.
159 # console. However, the boot blocks may be dynamically configured to use a
163 # a serial port as our console at all. Alter as necessary.
169 # The default serial console speed is 115200. It can be set to a different
176 # via TFTP. This allows pxeboot to load a custom BOOTP diskless kernel yet
184 # set-user-ID.
188 # top(1) uses a hash table for the user names. The size of this hash
190 # be a prime number approximately twice as large as the number of lines in
205 # install time. Use with caution as a make install will overwrite
207 # deprecated. The value should be a fully qualified path name.
212 # submission to use at install time. Use with caution as a make
214 # value should be a fully qualified path name.
218 # If you need to build additional .cf files during a make buildworld,
224 # files used to build a .cf file from a .mc file.
229 # building a .cf file from a .mc file. It can be used to enable
239 # SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
243 # SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
257 # Setting SENDMAIL_SET_USER_ID will install the sendmail binary as a
258 # set-user-ID root binary instead of a set-group-ID smmsp binary and will
260 # This is a deprecated mode of operation. See etc/mail/README for more
272 # used when compiling a specific port. For more details see make(1).
274 #.if ${.CURDIR:M*/irc/irssi-devel*}
278 # Another approach is to use /usr/ports/ports-mgmt/portconf which has