Commit Graph

7 Commits

Author SHA1 Message Date
riastradh af3f411dce compat: Nix trailing whitespace.
No functional change intended.
2023-05-13 10:56:08 +00:00
simonb 4439248b19 MIPS n64 dynamic binaries have worked for a while now, remove -static
for these.
2021-05-31 02:10:37 +00:00
simonb 76c08b0f65 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.
2021-01-05 11:07:59 +00:00
macallan 6135589eeb don't build kernel grovelling tools as n64 on sgimips - we don't actually have
n64 kernels there. Yet.
2018-09-20 02:51:21 +00:00
skrll 7af73afe93 Don't mix abis in any CRUNCHEDPROG 2017-01-05 21:28:42 +00:00
mrg 1383c0c74f build vmstat as n64 on mips64. only kernel histories and hash stats
need to be fixed fot this to be reverted.
2016-12-29 23:42:38 +00:00
mrg 0537635d0c 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.
2016-12-23 10:19:57 +00:00