imgact_aout.c: We do not expect the aout support to be ported

Specify that the only supported architecture for a.out is ia32 (either
i386 or amd64 host kernel).

Requested by:	emaste
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D32960
This commit is contained in:
Konstantin Belousov 2021-12-04 06:14:38 +02:00
parent 7e0bba4d80
commit 9da5257e1c

View file

@ -145,7 +145,7 @@ struct sysentvec aout_sysvec = {
.sv_set_fork_retval = x86_set_fork_retval,
};
#else
#error "Port me"
#error "Only ia32 arch is supported"
#endif
static int