Deleted Added
full compact
make.conf (218896) make.conf (219376)
1# $FreeBSD: head/share/examples/etc/make.conf 218896 2011-02-20 22:32:21Z mm $
1# $FreeBSD: head/share/examples/etc/make.conf 219376 2011-03-07 14:58:23Z mm $
2#
3# NOTE: Please would any committer updating this file also update the
4# make.conf(5) manual page, if necessary, which is located in
5# src/share/man/man5/make.conf.5.
6#
7# /etc/make.conf, if present, will be read by make (see
8# /usr/share/mk/sys.mk). It allows you to override macro definitions
9# to make without changing your source tree, or anything the source

--- 17 unchanged lines hidden (view full) ---

27# certain code (currently only OpenSSL) as well as modifying the value
28# of CFLAGS to contain the appropriate optimization directive to gcc.
29# The automatic setting of CFLAGS may be overridden using the
30# NO_CPU_CFLAGS variable below.
31# Currently the following CPU types are recognized:
32# Intel x86 architecture:
33# (AMD CPUs) opteron-sse3 opteron athlon64-sse3 athlon64 athlon-mp
34# athlon-xp athlon-4 athlon-tbird athlon k8-sse3 k8
2#
3# NOTE: Please would any committer updating this file also update the
4# make.conf(5) manual page, if necessary, which is located in
5# src/share/man/man5/make.conf.5.
6#
7# /etc/make.conf, if present, will be read by make (see
8# /usr/share/mk/sys.mk). It allows you to override macro definitions
9# to make without changing your source tree, or anything the source

--- 17 unchanged lines hidden (view full) ---

27# certain code (currently only OpenSSL) as well as modifying the value
28# of CFLAGS to contain the appropriate optimization directive to gcc.
29# The automatic setting of CFLAGS may be overridden using the
30# NO_CPU_CFLAGS variable below.
31# Currently the following CPU types are recognized:
32# Intel x86 architecture:
33# (AMD CPUs) opteron-sse3 opteron athlon64-sse3 athlon64 athlon-mp
34# athlon-xp athlon-4 athlon-tbird athlon k8-sse3 k8
35# k6-3 k6-2 k6 k5
35# geode k6-3 k6-2 k6 k5
36# (Intel CPUs) core2 core nocona pentium4m pentium4 prescott
37# pentium3m pentium3 pentium-m pentium2
38# pentiumpro pentium-mmx pentium i486 i386
39# (Via CPUs) c3 c3-2
40# AMD64 architecture: opteron, athlon64, nocona, prescott, core2
41# Intel ia64 architecture: itanium2, itanium
42# SPARC-V9 architecture: v9 (generic 64-bit V9), ultrasparc (default
43# if omitted), ultrasparc3

--- 242 unchanged lines hidden ---
36# (Intel CPUs) core2 core nocona pentium4m pentium4 prescott
37# pentium3m pentium3 pentium-m pentium2
38# pentiumpro pentium-mmx pentium i486 i386
39# (Via CPUs) c3 c3-2
40# AMD64 architecture: opteron, athlon64, nocona, prescott, core2
41# Intel ia64 architecture: itanium2, itanium
42# SPARC-V9 architecture: v9 (generic 64-bit V9), ultrasparc (default
43# if omitted), ultrasparc3

--- 242 unchanged lines hidden ---