summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sys.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC r303188,r303190,r303271,r303438,r303453: Warn flags for gcc 6.1rlibby2017-09-041-2/+25
* Update clang, llvm, lld, lldb, compiler-rt and libc++ to 4.0.0 release:dim2017-04-021-0/+3
* MFC r308601:bdrewery2017-01-031-1/+1
* Add AFLAGS.IMPSRC and document A[C]FLAGSbdrewery2016-06-221-0/+1
* GCC External: Revert r300886, r300904, r300917, r300918bdrewery2016-05-291-30/+0
* External GCC: Ensure our libstdc++ symlink to libc++ is found.bdrewery2016-05-291-3/+3
* GCC XCC -isystem hack: Ensure CXX search =/usr/include/c++1/v1 first.bdrewery2016-05-281-1/+5
* Move external GCC compiler hacks to bsd.sys.mk.bdrewery2016-05-271-0/+26
* Follow-up r298219: Don't error with 'make all install'.bdrewery2016-04-211-1/+1
* Cause an error during 'make install' if trying to compile with CC.bdrewery2016-04-181-0/+7
* Rework META_TARGETS so that it automatically adds META_DEPS to the targets.bdrewery2016-04-141-0/+7
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.bdrewery2016-03-261-0/+4
* Build libcompat (lib32) with a --sysroot pointing into its stage directory.bdrewery2016-03-251-1/+0
* Partially revert r266227 and stop stripping paths in ldscripts.bdrewery2016-03-151-1/+1
* DIRDEPS_BUILD: export DESTDIR for STAGING.bdrewery2016-03-111-0/+1
* DIRDEPS_BUILD: Extend beforeinstall: staging hack.bdrewery2016-03-111-1/+1
* DIRDEPS_BUILD+PROGS: Fix staging not respecting (BINDIR|PROGNAME)[._]${PROG}.bdrewery2016-03-091-1/+1
* Import bsd.clang-analyze.mk based on NetBSD's version.bdrewery2016-02-261-1/+1
* Remove more references to targets we've never had.bdrewery2016-02-261-4/+3
* 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
OpenPOWER on IntegriCloud