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