| Age | Commit message (Expand) | Author |
| 2014-03-02 | If we are compiling with -g and using gcc4.8 and dtrace downgrade | christos |
| 2014-02-26 | define EXTERNAL_GCC_SUBDIR based upon HAVE_GCC, for GCC >= 4.5, | mrg |
| 2014-01-14 | Let MKARZERO default to the same value as MKREPRO, so callers | apb |
| 2013-12-16 | Back out change for bsd.lib.mk which skips objcopy -x for BE ARM. | matt |
| 2013-12-13 | Don't strip local symbols for earmv7*eb images since that will break linking. | matt |
| 2013-10-18 | change if HAVE_GCC is defined | christos |
| 2013-10-14 | Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h. | joerg |
| 2013-10-14 | Include compiler-rt and libunwind in libc for Clang/x86 builds. | joerg |
| 2013-09-12 | Handle dependency on libstdc++ / libc++ in bsd.lib.mk. | joerg |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-07-19 | Enable opt-out from shlib mapfile creation. Not all linkers (namely | pooka |
| 2013-07-16 | When linking shared libraries, produce a map file. | matt |
| 2013-04-22 | Move addition of -g to CSHLIBFLAGS later in bsd.lib.mk. | riastradh |
| 2013-04-11 | Install shlibdir debug links | christos |
| 2013-04-04 | fix mkdebug for private libraries. | christos |
| 2013-03-05 | Make "make DBG=-g -O2" for a library once again produce a shared library | pooka |
| 2013-02-13 | Fix copy and paste miss introduced in rev 1.327. | nakayama |
| 2013-02-09 | Allow setting _LIB_PREFIX externally. | christos |
| 2013-02-09 | typo in a MKDEBUGLIB part | spz |
| 2013-02-08 | Add missing } | matt |
| 2013-02-08 | - factor out variables so that the code is more readable, make them conistent | christos |
| 2013-01-22 | Make the libfoo.so.X.Y.debug files actually contain debug symbols if MKDEBUG. | christos |
| 2012-11-13 | Make it easier build binaries against the host's libs, e.g. | pooka |
| 2012-08-23 | Revert last, it breaks the tricks xsrc uses. | joerg |
| 2012-08-23 | Remove SHLIBINSTALLDIR and SHLINKINSTALLLIBDIR. Add rpath entries, if | joerg |
| 2012-07-19 | From pooka: Fix EXTERNAL_TOOLCHAIN compilation where crti/crtn are not in the | christos |
| 2012-02-19 | Add support for --combine with gcc. | matt |
| 2012-01-28 | rename to OBJCOPYLIBFLAGS | christos |
| 2012-01-28 | Provide a way to override the default objcopy flags for library modules. | christos |
| 2011-10-07 | obsolete libgcc_pic and friends. all libgcc's are supposed to be pic | mrg |
| 2011-09-25 | If the number of entries in CLEANFILES is too large, then the | apb |
| 2011-09-10 | Move all "clean" and "cleandir" processing to a new bsd.clean.mk | apb |
| 2011-08-27 | Add new "analyze" command to run clang's static analyzer in a directory | joerg |
| 2011-04-11 | Adjust --sysroot related usage: | joerg |
| 2011-04-10 | For USETOOLS=yes, use the --sysroot support of the compiler to cut down | joerg |
| 2011-02-10 | Only define DPLIBC if LIBC_SO is not empty otherwise we an errant | matt |
| 2011-02-06 | Allow HOSTLIB to use C++ by not specifying -nostdinc++. | joerg |
| 2010-12-08 | Don't depend on ${CC} passing down -R to ld, use -Wl,-rpath explicitly. | joerg |
| 2010-11-08 | Preserve date on original shared library or program when stripping | lukem |
| 2010-07-06 | remove almost all the ability to build netbsd with an a.out target. | mrg |
| 2010-04-27 | Support MKDEBUG for shared libraries. | lukem |
| 2010-04-26 | fix comment (so bracket matching works as intended) | lukem |
| 2010-03-02 | DTrace: Add CTF generation to the make framework. Only enabled when | darran |
| 2010-02-22 | Change shared object file extension from .so to .pico, to avoid | njoly |
| 2010-01-25 | PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the | christos |
| 2009-12-30 | Add brief line on SHLIB_MAJOR, SHLIB_MINOR and SHLIB_TEENY in comments | abs |
| 2009-12-12 | replace /usr/lib with ${_GCC_CRTDIR} or ${SHLIBDIR} as appropriate. | mrg |
| 2009-12-08 | When PROGS / LIBS are used, you can pass each PROG / LIB specific parameters | uebayasi |
| 2009-11-27 | If CPPFLAGS or CXXFLAGS already contains -nostdinc or -nostdinc++, | tsutsui |
| 2009-04-10 | Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk | apb |