mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add options COMPAT_AOUT to detect future bitrot.
This commit is contained in:
parent
9b0e281b69
commit
6bf46c4c5f
1 changed files with 3 additions and 0 deletions
|
|
@ -892,6 +892,9 @@ options SPX_HACK
|
|||
# Enable Linux ABI emulation
|
||||
options COMPAT_LINUX
|
||||
|
||||
# Enable i386 a.out binary support
|
||||
options COMPAT_AOUT
|
||||
|
||||
# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
|
||||
# and PSEUDOFS)
|
||||
options LINPROCFS
|
||||
|
|
|
|||
Loading…
Reference in a new issue