Deleted Added
full compact
make.conf (101215) make.conf (101232)
1# $FreeBSD: head/share/examples/etc/make.conf 101215 2002-08-02 10:40:09Z markm $
1# $FreeBSD: head/share/examples/etc/make.conf 101232 2002-08-02 18:04:22Z ru $
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

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

24# NO_CPU_CFLAGS variable below.
25# Currently the following CPU types are recognized:
26# Intel x86 architecture:
27# (AMD CPUs) k7 k6-2 k6 k5
28# (Intel CPUs) p4 p3 p2 i686 i586/mmx i586 i486 i386
29# Alpha/AXP architecture: ev6 pca56 ev56 ev5 ev45 ev4
30# Intel ia64 architecture: itanium
31#
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

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

24# NO_CPU_CFLAGS variable below.
25# Currently the following CPU types are recognized:
26# Intel x86 architecture:
27# (AMD CPUs) k7 k6-2 k6 k5
28# (Intel CPUs) p4 p3 p2 i686 i586/mmx i586 i486 i386
29# Alpha/AXP architecture: ev6 pca56 ev56 ev5 ev45 ev4
30# Intel ia64 architecture: itanium
31#
32#CPUTYPE=i686
32# (?= allows to buildworld for a different CPUTYPE.)
33#
34#CPUTYPE?=i686
33#NO_CPU_CFLAGS= true # Don't add -march=<cpu> to CFLAGS automatically
34#NO_CPU_COPTFLAGS=true # Don't add -march=<cpu> to COPTFLAGS automatically
35#
36# CFLAGS controls the compiler settings used when compiling C code.
37# Note that optimization settings above -O (-O2, ...) are not recommended
38# or supported for compiling the world or the kernel - please revert any
39# nonstandard optimization settings to "-O" before submitting bug reports
40# to the developers.

--- 281 unchanged lines hidden ---
35#NO_CPU_CFLAGS= true # Don't add -march=<cpu> to CFLAGS automatically
36#NO_CPU_COPTFLAGS=true # Don't add -march=<cpu> to COPTFLAGS automatically
37#
38# CFLAGS controls the compiler settings used when compiling C code.
39# Note that optimization settings above -O (-O2, ...) are not recommended
40# or supported for compiling the world or the kernel - please revert any
41# nonstandard optimization settings to "-O" before submitting bug reports
42# to the developers.

--- 281 unchanged lines hidden ---