diff options
| author | martin <martin@NetBSD.org> | 2021-01-08 13:00:49 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2021-01-08 13:00:49 +0000 |
| commit | 57af2d0c7843de49cbeb94bfef6e4ad37b00a878 (patch) | |
| tree | 61dc50e92f230f6bd70d91d95c1d086add8dadeb /compat | |
| parent | ff7667e63cec0162ab4db7debf5f3b6134ab565c (diff) | |
Pull up following revision(s) (requested by simonb in ticket #1183):
external/bsd/ipf/Makefile.inc: revision 1.6
compat/exec.mk: revision 1.5
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.
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/exec.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/compat/exec.mk b/compat/exec.mk index 1ab4eb67699..2452b8bca74 100644 --- a/compat/exec.mk +++ b/compat/exec.mk @@ -1,4 +1,4 @@ -# $NetBSD: exec.mk,v 1.4 2018/09/20 02:51:21 macallan Exp $ +# $NetBSD: exec.mk,v 1.4.2.1 2021/01/08 13:00:50 martin Exp $ # this makefile fragment can be included to modify the default # ABI a program is compiled with. this is designed to be used @@ -7,6 +7,7 @@ # currently this file is used by these Makefiles: # +# external/bsd/ipf/Makefile.inc # sbin/savecore/Makefile # usr.bin/fstat/Makefile # usr.bin/netstat/Makefile @@ -22,7 +23,9 @@ # can be considered "not a bug". all the *stat tools should # be converted to use sysctl(3) on the running kernel, and # anyone who needs kvm-access on crash dumps can build their -# own 64 bit version as necessary. +# own 64 bit version as necessary. ipfilter doesn't use +# 64-bit alignment/size safe structures. +# # mips64 defaults to 32 bit userland, but with a 64 bit kernel # most kvm-using tools are happier with 64 bit. |
