History log of /netbsd/tools/Makefile (Results 1 – 25 of 214)
Revision Date Author Comments
# a1307683 18-Apr-2022 jkoshy <jkoshy@NetBSD.org>

Disconnect 'tools/lib{elf,dwarf}' from the build.

These libraries are now built by 'tools/elftoolchain/lib{elf,dwarf}'
respectively.


# deabdcca 13-Apr-2022 jkoshy <jkoshy@NetBSD.org>

When building tools use a dedicated subdirectory for compiling
Elftoolchain code.

Build and install <sys/elfdefinitions.h> in ${TOOLDIR}/include.

This change prepares the ground for upgrading libel

When building tools use a dedicated subdirectory for compiling
Elftoolchain code.

Build and install <sys/elfdefinitions.h> in ${TOOLDIR}/include.

This change prepares the ground for upgrading libelf and libdwarf to
their current Elftoolchain versions.

show more ...


# 747b2fcf 14-Nov-2021 skrll <skrll@NetBSD.org>

Make dtc on riscv


# fea3b3b8 27-May-2021 cjep <cjep@NetBSD.org>

If we are building date earlier, we need to use an uninstalled copy
of host-mkdep and libnbcompat otherwise the build process looks for
tools that might not be there yet (e.g. fresh build).
Reviewed

If we are building date earlier, we need to use an uninstalled copy
of host-mkdep and libnbcompat otherwise the build process looks for
tools that might not be there yet (e.g. fresh build).
Reviewed by martin.

show more ...


# 8cfc46e4 26-May-2021 christos <christos@NetBSD.org>

Add a date tool


# 0d845a20 06-May-2021 rin <rin@NetBSD.org>

PR port-mvme68k/56146

Build wrtvid as tools.


# c1b2172e 25-Apr-2021 christos <christos@NetBSD.org>

Make mips-elf2ecoff available for all mips


# 17f074a6 06-Feb-2021 dbj <dbj@NetBSD.org>

tools: allow MKCROSSGDB to work when not building gcc


# 0044f1d5 28-Jul-2020 uwe <uwe@NetBSD.org>

Build mkubootimage for evbsh3 too.


# 918c74ea 11-Nov-2019 joerg <joerg@NetBSD.org>

Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)


# f0d170cd 26-Sep-2019 bad <bad@NetBSD.org>

Exclude more subdirs if TOOLS_BUILDRUMP=yes.

Exclude subdirs added in the last 3 years but not need for rumpkernel builds.


# db75a51b 07-May-2019 hannken <hannken@NetBSD.org>

Fix build, "pax" must be built before "libprop".

Ok: Matthew Green mrg@


# cb4e524c 07-May-2019 thorpej <thorpej@NetBSD.org>

Add support for libprop as a host tool library.


# 4ad841ec 03-Apr-2019 joerg <joerg@NetBSD.org>

Add MKLLVMRT to build a subset of the LLVM stack for JIT purposes.
Hook up AMDGPU backend for clang.


# e27d69eb 03-Apr-2019 joerg <joerg@NetBSD.org>

Revert MKLLVMCMDS changes.


# d2594dcd 20-Mar-2019 mrg <mrg@NetBSD.org>

split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS:

- only build clang or clang-tblgen if MKLLVMCMDS != "no"
- move HAVE_MESA_VER earlier so we can detect mesa 18 and enable
MKLLVM

split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS:

- only build clang or clang-tblgen if MKLLVMCMDS != "no"
- move HAVE_MESA_VER earlier so we can detect mesa 18 and enable
MKLLVM on platforms that need it
- move the clang commands and headers into llvmcmds group
- only build the clang specific LLVM libraries if MKLLVMCMDS != "no"

much of this work came from maya@'s github commit
f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER
and llvmcmds vs MKCLANG.


build tested on several platforms and on amd64 and i386 with several
different build options (clang build, gcc build, gcc build with llvm
libs).

show more ...


# 98a7fb8d 02-Jan-2019 christos <christos@NetBSD.org>

use MACHINE_CPU for elf2aout


# 2cef058c 31-Dec-2018 christos <christos@NetBSD.org>

Add an arm-specific elf2aout tool since objdump does not support a.out anymore


# bd1c3f0b 25-Sep-2018 joerg <joerg@NetBSD.org>

Update build glue for xz-5.2.4. Hook up tools version.


# f540d966 11-Aug-2018 christos <christos@NetBSD.org>

hook in the tools version of grep


# 5acd69fd 09-May-2018 joerg <joerg@NetBSD.org>

For EXTERNAL_TOOLCHAIN, MKLLVM=yes needs to build only tablegen.


# 10c343c6 18-Feb-2018 uwe <uwe@NetBSD.org>

Fix .endif comment for TOOLS_BUILDRUMP


# ece3adc4 27-Dec-2017 christos <christos@NetBSD.org>

Better EXTERNAL_TOOLCHAIN support from Zachary McGrew
- Allow mdsetimage and dbsym to be built with EXTERNAL_TOOLCHAIN
- Allow BFDDIR and IBERTYDIR to be overwritten for mdsetimage and dbsym


# 8a857a49 07-Jun-2017 skrll <skrll@NetBSD.org>

Hook in dtc/libfdt now that it builds for me


# 99ac7642 06-Jun-2017 skrll <skrll@NetBSD.org>

Disable dtc/libfdt for now


123456789