summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sys.mk
Commit message (Expand)AuthorAgeFilesLines
* Simplify running the FreeBSD test suitengie2016-02-071-3/+3
* Allow file specific user-specified flag overridessmh2016-01-141-2/+3
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.br2015-12-111-0/+5
* META MODE: Don't stage INTERNALPROGs.bdrewery2015-11-201-3/+3
* Revert r290740.bdrewery2015-11-131-2/+1
* META MODE: Don't double stage SYMLINKS for libraries.bdrewery2015-11-131-1/+2
* Only enable -fstack-protector-strong on gcc 4.9+ and default to -fstack-prote...ngie2015-10-181-2/+4
* Only use -fstack-protector-strong with supported compilersngie2015-10-171-0/+4
* Add missing targets to PHONY_NOTMAIN.bdrewery2015-10-141-7/+7
* In jobs mode we can use .ORDER to force stage_links to run after othersjg2015-10-071-5/+5
* Merge ^/head r288457 through r288830.dim2015-10-051-1/+1
|\
| * Bump the stack protector to level "strong".pfg2015-10-041-1/+1
* | Merge ^/head r287878 through r288034.dim2015-09-201-1/+0
|\ \ | |/
| * Garbage collect _SHLIBDIRPREFIX leftovers from r284898.bdrewery2015-09-181-1/+0
* | Merge ^/head r284188 through r284643.dim2015-06-201-2/+110
|\ \ | |/
| * Merge from headsjg2015-05-261-4/+21
| |\
| * \ Merge from head@274682sjg2014-11-191-0/+3
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-191-26/+8
| |\ \ \
| * | | | Using lib*.so as a linker script ...sjg2014-05-161-2/+31
| * | | | Merge from headsjg2014-05-081-26/+27
| |\ \ \ \
| * | | | | Some warnings depened on the version of clang, allow us to check.sjg2014-05-021-1/+4
| * | | | | Merge headsjg2014-04-281-16/+31
| |\ \ \ \ \
| * | | | | | Ensure that $PROG isn't make .PHONYsjg2013-10-121-1/+15
| * | | | | | Merge from headsjg2013-09-051-0/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headsjg2013-04-121-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | We want meta.stage.mk when cleaningsjg2013-03-141-1/+1
| * | | | | | | | Allow staging to be help up (by .WAIT) until othersjg2013-03-081-8/+13
| * | | | | | | | Ensure natural order of stage_*: matches the .ORDER in meta.stage.mksjg2013-03-081-13/+6
| * | | | | | | | Move STAGING related setup to bsd.sys.mksjg2013-03-041-0/+76
* | | | | | | | | From 3.7.0 onwards, we no longer need the -mllvm -enable-gvn=false hackdim2015-05-301-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Re-enable using -mllvm -enable-load-pre=false in CLANG_OPT_SMALL fordim2015-03-281-0/+2
* | | | | | | | Correctly pass the -mllvm -enable-gvn=false flag in CLANG_OPT_SMALLdim2015-03-211-2/+2
* | | | | | | | Merge ^/head r279313 through r279595.dim2015-03-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Update r279018 so it only applies to Clang version 3.5+ and not 3.4.[1-9].obrien2015-02-271-1/+1
* | | | | | | | | Merging ^/head r278916 through r279022.dim2015-02-191-1/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Only disable gvn on clang 3.5 and newer.imp2015-02-191-1/+4
* | | | | | | | | Since clang 3.6.0 now implements the archetype 'freebsd_kprintf' fordim2015-01-281-0/+7
* | | | | | | | | Disable the new -Wunused-local-typedef warning for WARNS <= 3, since itdim2015-01-281-1/+4
|/ / / / / / / /
* | | | | | | | Put the conditional back. For the default case it isn't really needed,imp2015-01-011-0/+6
* | | | | | | | Fix module builds on arm (and maybe others) by turning off a wholeimp2015-01-011-4/+0
* | | | | | | | Ensure boot2 stays below the limit, by applying a patch from Romandim2014-11-241-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add -Wthread-safety to WARNS=6.ed2014-09-011-0/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove ia64.marcel2014-07-071-2/+2
* | | | | | g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the portsimp2014-05-101-5/+1
* | | | | | Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-101-4/+0
* | | | | | Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove aimp2014-05-101-4/+3
* | | | | | Support, to the extent we generate proper command lines, compilingimp2014-05-101-1/+4
| |_|_|_|/ |/| | | |
* | | | | Simplify use of the semi-bogus EARLY_BUILD variable. Also, simplifyimp2014-05-051-12/+13
* | | | | Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify theimp2014-05-051-20/+20
| |_|_|/ |/| | |
* | | | Generalize FOO.clang to FOO.${COMPILER_TYPE}. There's no reason theseimp2014-04-251-17/+10
OpenPOWER on IntegriCloud