| #
173d80ed |
| 19-May-2024 |
tsutsui <tsutsui@NetBSD.org> |
Install cd9660 related system headers for tools installboot(8) builds.
|
| #
878fdbc7 |
| 01-Apr-2024 |
christos <christos@NetBSD.org> |
revert previous, riastradh fixed it correctly and this is not needed.
|
| #
97a4ef43 |
| 31-Mar-2024 |
christos <christos@NetBSD.org> |
Restore the minimum build to install elfdefinitions.h. Provide a pre-built copy, since we don't have m4 available. Use pax to install it because using the Makefile needs more stuff available (nbsed)
Restore the minimum build to install elfdefinitions.h. Provide a pre-built copy, since we don't have m4 available. Use pax to install it because using the Makefile needs more stuff available (nbsed) which we have not built yet.
show more ...
|
| #
1546e871 |
| 27-Mar-2024 |
christos <christos@NetBSD.org> |
Remove dependency to elfdefinitions.h, this is a mess, since it needs ${TOOL_M4} which might not be available yet.
|
| #
1a674930 |
| 26-Mar-2024 |
christos <christos@NetBSD.org> |
- fix nbincludes so that it can be included from any level - add elftoolchain/common to the list of headers to be build before depend - make libdwarf build the includes since it needs <sys/elfdefinit
- fix nbincludes so that it can be included from any level - add elftoolchain/common to the list of headers to be build before depend - make libdwarf build the includes since it needs <sys/elfdefinitions.h> which does not exist on non-netbsd systems.
show more ...
|
| #
333a9a00 |
| 04-Jun-2023 |
lukem <lukem@NetBSD.org> |
tools: use <bsd.hostinit.mk> where appropriate
bsd.hostinit.mk sets a bunch of NOxxx variables before including bsd.init.mk (which includes bsd.own.mk), so simplify instead of replicating the NOxxx
tools: use <bsd.hostinit.mk> where appropriate
bsd.hostinit.mk sets a bunch of NOxxx variables before including bsd.init.mk (which includes bsd.own.mk), so simplify instead of replicating the NOxxx setup for host tools.
show more ...
|
| #
c232bb11 |
| 14-Sep-2016 |
christos <christos@NetBSD.org> |
Add exec_ecoff.h
|
| #
803bb83c |
| 24-Jan-2015 |
uwe <uwe@NetBSD.org> |
Add endian_machdep.h files for sh3 machines to _ARCH_INCS as sh3/include/elf_machdep.h needs it since r1.11.
Unbreaks tools build on non-netbsd hosts (and whatever problems on netbsd hosts of differ
Add endian_machdep.h files for sh3 machines to _ARCH_INCS as sh3/include/elf_machdep.h needs it since r1.11.
Unbreaks tools build on non-netbsd hosts (and whatever problems on netbsd hosts of different endianness that might have been caused by the mismatch).
show more ...
|
| #
53b6bc58 |
| 05-Aug-2012 |
christos <christos@NetBSD.org> |
add -I${TOOLDIR}/include/nbinclude to fix the build (find arm/elf_machdep.h). Is nbinclude intended here? Why not put the machine files in ${TOOLDIR}/include?
|
| #
94e49d10 |
| 18-Mar-2011 |
tsutsui <tsutsui@NetBSD.org> |
tools/mklocale has not required ctype_bits.h since the following fix: http://mail-index.NetBSD.org/source-changes/2010/06/20/msg011122.html
Tested build.sh tools on CentOS 5.
|
| #
59292318 |
| 19-Jun-2010 |
riz <riz@NetBSD.org> |
Rename Makefile.disklabel to Makefile.nbincludes, as this file has been used by more than disklabel for years. New name suggestion from mrg@ .
|