diff options
| author | Merlin Scholz <merlin@scholz.ruhr> | 2023-07-11 00:59:02 +0200 |
|---|---|---|
| committer | Merlin Scholz <merlin@scholz.ruhr> | 2023-07-11 00:59:02 +0200 |
| commit | c7d78f5ebdbe93048e09731ce76417ea5a78cd05 (patch) | |
| tree | 08d6337ed041af0f2ff3c8acf4a463f85b534d16 | |
| parent | 2cf2867e0b74bd9b0f65561b3a985e8bc4d4b425 (diff) | |
Re-enable LINUX_COMPAT in GENERIC for easier testabilitylockdoc-10.99.5-0.1
| -rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9dd5c0d8c55..d006ba68f91 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -22,6 +22,10 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary +# Re-enable COMPAT_LINUX for easier testing +options COMPAT_LINUX +options EXEC_ELF32 + #ident "GENERIC-$Revision: 1.1247 $" maxusers 64 # estimated number of users |
