summaryrefslogtreecommitdiff
path: root/compat/exec.mk
AgeCommit message (Collapse)Author
2023-05-13compat: Nix trailing whitespace.riastradh
No functional change intended.
2021-05-31MIPS n64 dynamic binaries have worked for a while now, remove -staticsimonb
for these.
2021-01-05Use the compat machinery to build "native" IPF binaries as ipfiltersimonb
doesn't use compat32 64-bit alignment/size safe structures. Fixes IPF on at least mips64.
2018-09-20don't build kernel grovelling tools as n64 on sgimips - we don't actually havemacallan
n64 kernels there. Yet.
2017-01-05Don't mix abis in any CRUNCHEDPROGskrll
2016-12-29build vmstat as n64 on mips64. only kernel histories and hash statsmrg
need to be fixed fot this to be reverted.
2016-12-23for 64 bit mips platforms where we built userland largely as n32 bymrg
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.