| Age | Commit message (Expand) | Author |
| 2001-12-19 | Remove -Wa,-Av9a hack from <sys.mk> and relegate it to the places that need | tv |
| 2001-09-17 | Use -O2 on PowerPC. | mycroft |
| 2001-07-23 | Make arm use -O2 | matt |
| 2001-06-29 | Tell the assembler to accept UltraSPARC extensions on sparc64. | eeh |
| 2001-06-19 | Add some extra flags for the x86-64 port. Disable -O in sys.mk | fvdl |
| 2000-08-22 | Switch arm26 to -O2. Most of my kernels are compiled with this anyway, | bjh21 |
| 2000-05-02 | Allow optimizer/debug flags to be changed on command line without | sjg |
| 1999-11-15 | VAX should use -O2. (why don't all ports?) | matt |
| 1999-11-13 | merge build rules for files ending .cc and .C | jdolecek |
| 1999-03-10 | alpha seems to work with -O2... | mycroft |
| 1999-02-24 | add missing parts of the "mips"->"mipse?" transition | drochner |
| 1999-02-12 | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL | lukem |
| 1999-02-06 | Back out previous backout of -O2 in mips. Bug in strtod.c fixed via | simonb |
| 1999-02-05 | _Don't_ use -O2 on mips, libc/stdlib/strtod.c breaks | simonb |
| 1999-01-21 | Use -O2 on arm32. | mycroft |
| 1999-01-18 | Add -F to LINTFLAGS so that the full pathname is printed. | christos |
| 1999-01-12 | Use -O2 on mips. | simonb |
| 1998-12-12 | Use -O2 on m68k. | thorpej |
| 1998-11-26 | Use -O2 on SPARC. | mycroft |
| 1998-11-22 | Use -O2 on i386. | mycroft |
| 1998-08-22 | Fix the .c.a brokenness with libbfd the "right" way - nuke everything but | tv |
| 1998-05-22 | Apply same .c.a workaround from alpha to arm32 | tv |
| 1998-04-09 | The C++ compiler is "c++", not "g++"; that is more compatible with non-GCC | tv |
| 1998-04-09 | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, | tv |
| 1998-04-01 | Revert. This broke too much in the build tree, and a better solution | tv |
| 1998-04-01 | Fix .y rules to DTRT with possibly generated .h files. See mail on | tv |
| 1997-11-05 | Fix .c.ln rule: use CPPFLAGS, not CFLAGS. | thorpej |
| 1997-11-04 | Move definitions of: NM, LORDER, TSORT from bsd.sys.mk to sys.mk | gwr |
| 1997-11-03 | add '-z' to LINTFLAGS, so that forward structure definions (for pointer | cgd |
| 1997-10-28 | add default rules for Objective C sources (`.m' suffix): | lukem |
| 1997-05-31 | Back out BUILDDIR and NOINSTALL changes. | cjs |
| 1997-05-27 | Put include information in CPPFLAGS only (not in CFLAGS or MKDEPFLAGS). | cjs |
| 1997-05-17 | Remove unneeded .SUFFIXES lines, and move .s and .S closer to .o to give the | mycroft |
| 1997-03-29 | merge lite-2 changes (mostly SCCSids) | mikel |
| 1996-10-18 | Define an INSTALL make variable, and default it to "install". Suggested | thorpej |
| 1996-09-30 | Add "-traditional-cpp" to the COMPILE.S command, so that assembler | thorpej |
| 1996-04-10 | Remove broken hack that attempted to do the same as the previous. | mycroft |
| 1996-04-10 | Fix COMPILE.s so the output file is named correctly. | mycroft |
| 1996-02-29 | Removed special handling of CPPFLAGS if DESTDIR is set. Third party | jtc |
| 1996-02-28 | Default .s.o and .S.o left output in wrong file | jtc |
| 1995-12-18 | don't include the .c.a rule on the alpha. see p.r. 1488 for an | cgd |
| 1995-09-24 | - In preparation for parallel makes fix the library rules so that they | christos |
| 1995-06-24 | update lint rules, but keep linting disabled | cgd |
| 1994-07-26 | Move the inclusion of bsd.own.mk to a better place. | mycroft |
| 1994-07-06 | Use CPPFLAGS (previously defined but unused) to yank in include files from | mycroft |
| 1994-06-30 | .m4 files are sources too | deraadt |
| 1994-06-30 | RCSID frobbing, and minor sanity adjustments. | cgd |
| 1994-03-27 | add back inclusion of bsd.own.mk | cgd |
| 1994-03-24 | Added various COMPILE.? & LINK.? macros and changed suffix rules to use | jtc |
| 1994-03-24 | Now that single suffix rules work, uncomment them. | jtc |