| Commit message (Expand) | Author | Age | Files | Lines |
* | g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the ports | imp | 2014-05-10 | 1 | -5/+1 |
* | Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=no | imp | 2014-05-10 | 1 | -4/+0 |
* | Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove a | imp | 2014-05-10 | 1 | -4/+3 |
* | Support, to the extent we generate proper command lines, compiling | imp | 2014-05-10 | 1 | -1/+4 |
* | Simplify use of the semi-bogus EARLY_BUILD variable. Also, simplify | imp | 2014-05-05 | 1 | -12/+13 |
* | Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify the | imp | 2014-05-05 | 1 | -20/+20 |
* | Generalize FOO.clang to FOO.${COMPILER_TYPE}. There's no reason these | imp | 2014-04-25 | 1 | -17/+10 |
* | Add fetch and patch to .PHONY and .NOTMAIN only if PORTNAME is defined. | ache | 2014-03-02 | 1 | -2/+6 |
* | Merge from head up to r262311. | dim | 2014-02-21 | 1 | -0/+6 |
|\ |
|
| * | Move the part in bsd.own.mk that sets -Wno-c++11-extensions for clang to | dim | 2014-02-21 | 1 | -0/+6 |
* | | In case source files are compiled with -g, tell clang not to emit .cfi | dim | 2014-02-21 | 1 | -0/+4 |
|/ |
|
* | Upgrade our copy of llvm/clang to 3.4 release. This version supports | dim | 2014-02-16 | 1 | -1/+1 |
* | Apply band-aid for 32-bit compat libs failures after r260334: put back | dim | 2014-01-06 | 1 | -0/+1 |
* | Split the last gcc-specific flags off into CFLAGS.gcc. This also | dim | 2014-01-05 | 1 | -1/+0 |
* | In addition to r260102, also define GCC_MS_EXTENSIONS in bsd.sys.mk, | dim | 2014-01-05 | 1 | -0/+1 |
* | To avoid having to explicitly test COMPILER_TYPE for setting | dim | 2013-12-22 | 1 | -1/+8 |
* | For WARNS <= 3, change the clang warning flag -Wno-conversion to | dim | 2013-12-07 | 1 | -1/+1 |
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6. | ed | 2013-04-19 | 1 | -0/+4 |
* | Since clang 3.2 now has an option to suppress warnings about implicitly | dim | 2013-02-16 | 1 | -1/+1 |
* | Add support for bmake. This includes: | marcel | 2012-10-06 | 1 | -0/+15 |
* | Introduce a new make variable COMPILER_TYPE that specifies what | brooks | 2012-09-13 | 1 | -14/+12 |
* | During buildworld and buildkernel, define EARLY_BUILD in the earlier | dim | 2012-06-03 | 1 | -3/+6 |
* | Upgrade our copy of llvm/clang to trunk r154661, in preparation of the | dim | 2012-04-16 | 1 | -2/+11 |
* | Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mk | dim | 2012-03-16 | 1 | -84/+85 |
* | Make boot2 build with Clang again. | jkim | 2012-03-09 | 1 | -2/+4 |
* | Revert r232473. I have been convinced by Doug Barton and Bjoern Zeeb | dim | 2012-03-03 | 1 | -6/+6 |
* | After r232322, it turned out many people (and some ports) are building | dim | 2012-03-03 | 1 | -6/+6 |
* | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that | dim | 2012-02-29 | 1 | -6/+6 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 1 | -4/+10 |
* | Disable another clang warning (-Wempty-body) when WARNS <= 2. | dim | 2011-12-18 | 1 | -1/+1 |
* | Disable yet another clang warning (-Wconversion) when WARNS <= 3. | dim | 2011-12-18 | 1 | -1/+2 |
* | Disable yet another clang warning when WARNS <= 3. | dim | 2011-12-17 | 1 | -1/+1 |
* | Add a NO_WARRAY_BOUNDS setting to bsd.sys.mk, only applicable to clang, | dim | 2011-12-16 | 1 | -0/+3 |
* | Disable one more clang warning when WARNS <= 3. | dim | 2011-12-15 | 1 | -1/+2 |
* | Clang has more warnings enabled by default, and when using -Wall, so if WARNS | dim | 2011-12-15 | 1 | -0/+13 |
* | Remove support for the Intel C Compiler from the build infrastructure. | dim | 2011-04-19 | 1 | -11/+8 |
* | To be able to use printf extensions we need to turn off gcc format checking. | pjd | 2011-03-07 | 1 | -0/+3 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -2/+3 |
* | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | rpaulo | 2010-08-17 | 1 | -3/+3 |
* | Allow suppression of -Wcast-align for WARNS>=4 by defining | marcel | 2010-02-18 | 1 | -1/+4 |
* | Undo r169961, removing WITH_GCC3, added as a temporary workaround three | trasz | 2010-01-18 | 1 | -2/+0 |
* | Disable K&R style function definitions for WARNS=6. | ed | 2009-12-31 | 1 | -1/+2 |
* | Unbreak NO_WARNS, keeping CSTD effect on CFLAGS out of its control. | ru | 2009-10-22 | 1 | -1/+3 |
* | Set CSTD in all cases except when CC=icc and NO_WARNS is set. This | rdivacky | 2009-10-21 | 1 | -1/+1 |
* | Switch over to gnu99 compilation on default for userland. | rdivacky | 2009-03-14 | 1 | -8/+9 |
* | Turn of SSP for mips for now until support is added to the base | imp | 2008-07-23 | 1 | -1/+1 |
* | Disable SSP on arm for the time being. | cognet | 2008-07-19 | 1 | -1/+2 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -0/+6 |
* | Re-enable -Werror again. | jb | 2007-11-22 | 1 | -2/+0 |
* | Unfortunately the tinderbox setup uses custom CFLAGS which are a big | jb | 2007-11-19 | 1 | -0/+2 |