Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: thorpej
Date: Fri May 30 18:43:25 UTC 2003
Modified Files:
src/share/mk: bsd.README bsd.sys.mk
src/sys/conf: Makefile.kern.inc
Log Message:
Add a CPUFLAGS variable which can be set by the user's mk.conf or in
the environment:
CPUFLAGS Additional flags to the compiler/assembler to select
CPU instruction set options, CPU tuning options, etc.
Since CPUFLAGS is not implicitly set by any part of the make infrastructure,
it is safe to set in mk.conf, unlike COPTS or DBG.
To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 src/share/mk/bsd.README
cvs rdiff -r1.86 -r1.87 src/share/mk/bsd.sys.mk
cvs rdiff -r1.33 -r1.34 src/sys/conf/Makefile.kern.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index