History log of /netbsd/compat/exec.mk (Results 1 – 7 of 7)
Revision Date Author Comments
# f147c055 13-May-2023 riastradh <riastradh@NetBSD.org>

compat: Nix trailing whitespace.

No functional change intended.


# e55dd04e 31-May-2021 simonb <simonb@NetBSD.org>

MIPS n64 dynamic binaries have worked for a while now, remove -static
for these.


# d560c2cf 05-Jan-2021 simonb <simonb@NetBSD.org>

Use the compat machinery to build "native" IPF binaries as ipfilter
doesn't use compat32 64-bit alignment/size safe structures.

Fixes IPF on at least mips64.


# 628543e3 20-Sep-2018 macallan <macallan@NetBSD.org>

don't build kernel grovelling tools as n64 on sgimips - we don't actually have
n64 kernels there. Yet.


# ac77b6be 05-Jan-2017 skrll <skrll@NetBSD.org>

Don't mix abis in any CRUNCHEDPROG


# c4482cd1 29-Dec-2016 mrg <mrg@NetBSD.org>

build vmstat as n64 on mips64. only kernel histories and hash stats
need to be fixed fot this to be reverted.


# 01a36c7d 23-Dec-2016 mrg <mrg@NetBSD.org>

for 64 bit mips platforms where we built userland largely as n32 by
default, build a handful of tools as n64 so they work properly.

unfortunately, they're also static as dynamic n64 has a problem.

for 64 bit mips platforms where we built userland largely as n32 by
default, build a handful of tools as n64 so they work properly.

unfortunately, they're also static as dynamic n64 has a problem.

of these tools pstat is probably the lowest hanging fruit to convert
to sysctl. systat would be close were it not for the netstat screen,
which includes netstat itself.

the rest are difficult to perhaps foolish.


the upside is that netstat, pmap and fstat all work properly now.

show more ...