summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-03-07Fix build on Solaris. "seems reasonable" by joerg.hans
2010-03-02DTrace: add libelf, libdwarf, libctf, and CTF tools to the toolchain,darran
2010-02-24DTrace: add CTF tools to the toolchain (not built yet).darran
2010-02-22libterminfo can now compile a single terminfo description which allowsroy
2010-02-20Use HOST_SRCS instead of adding to SRCS for hash.croy
2010-02-20Use the pre-built hash table.roy
2010-02-20Rewrite argument processing to deal with spaces and other metajoerg
2010-02-20Add intermediate files to CLEANFILES. Explicitly include bsd.sys.mk tojoerg
2010-02-20Build mandoc unconditional if man pages are desirable. Alljoerg
2010-02-19Update tool version for mdocml 1.9.15.joerg
2010-02-03Store our generated files in CVS and remove nbperf from the toolchain.roy
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2010-02-03No need to compile strlcpy.c and strlcat.c here.tsutsui
2010-01-21Regen this properly per procedure described in src/tools/compat/configure.ac.tsutsui
2010-01-15Regenerate.asau
2010-01-15Test for <sys/endian.h> and provide HAVE_SYS_ENDIAN_H.asau
2010-01-14undef and redefine instead of checking if it is define, from joergchristos
2010-01-14provide __arraycount for those that don't have it.christos
2010-01-05Add necessary byteswap ops for tools disklabel(8) used with -F optiontsutsui
2010-01-02Include "nbtool_config.h" for src/tools/zic/ andtsutsui
2009-12-29To unbreak the build, temporarily remove the build of libelf here,he
2009-12-29Include nbtool_config.h as needed. Should fix missing defn of __unused inthorpej
2009-12-23Add tooldir include path.cegger
2009-12-23revert the previous; not intended to be part of that commit, or any commitmrg
2009-12-23rework the main SUBDIR list here as suggested by enami. put .WAIT onmrg
2009-12-21move the build of pax before libelf. fixes my build of tools/libelf,mrg
2009-12-21Add support for building libelf in a host-tool environment.thorpej
2009-12-17get_libgcc_new: Make previous work for digit only ABI names.uebayasi
2009-12-17get_libgcc_new: Teach multilib.uebayasi
2009-12-15Fix parallel build. Analyzed & patch provided by enami@, thanks!uebayasi
2009-12-14disable only parallel make.christos
2009-12-14Disable parallel build, which always fails at compiling itable.c / interp.c.uebayasi
2009-12-05Remove support for NetBSD/playstation2.pooka
2009-12-01Revert previous, which caused tools build to fail.uebayasi
2009-12-01Use ${NETBSDSRCDIR} for deep tools/* directories.uebayasi
2009-12-01Add pkg_install as a tool.uebayasi
2009-12-01Skip parameters for multilib build for now.uebayasi
2009-12-01Handle cases where *.asm is listed in LIB2FUNCS_EXTRA (gcc/config/rs6000).uebayasi
2009-11-30Handle cases where database text files don't exist.uebayasi
2009-11-30Call "template sources" as "tmplsrcs", not "tmpsrcs". Requested by mrg@.uebayasi
2009-11-30Prefix per-library *.mk files with libs.*.uebayasi
2009-11-30Now that we know what sources are needed to build a given library, we needuebayasi
2009-11-30For each library, generate a makefile of the list of template sources too.uebayasi
2009-11-30For each library, generate a list of sources (*.[cS]).uebayasi
2009-11-30Move these analyzing functions into one place, get_libgcc_new_analyze().uebayasi
2009-11-30Typo.uebayasi
2009-11-30Generate lists of template sources ("tmpsrcs") for each libraries. We'lluebayasi
2009-11-30Generate *.o -> template *.[cS] ("tmpsrc") mapping.uebayasi
2009-11-30- Generate a list of CPP flags used to build *.o. Some files are builduebayasi
2009-11-30- Generate a list of *.o -> lib*.{a,so} mapping. This is also known byuebayasi