I missed an 'IA32' in the documentation.
This commit is contained in:
parent
2e13038823
commit
cdbbacbd49
@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
|
||||
#error "Unable to compile Linux-emulator due to missing COMPAT_43 option!"
|
||||
#endif
|
||||
#ifndef COMPAT_IA32
|
||||
#error "Unable to compile Linux-emulator due to missing IA32 option!"
|
||||
#error "Unable to compile Linux-emulator due to missing COMPAT_IA32 option!"
|
||||
#endif
|
||||
|
||||
#define __ELF_WORD_SIZE 32
|
||||
|
Loading…
Reference in New Issue
Block a user