aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_aout.c
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-12-04 04:14:38 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-12-06 18:46:49 +0000
commit9da5257e1c045220c01979dcdceadcf2867d20f0 (patch)
treebde5b07a4ebe1977603f16fa6d6c8a09b61440d9 /sys/kern/imgact_aout.c
parent7e0bba4d8083b6fac71180681b51aee9ed5fb664 (diff)
downloadsrc-9da5257e1c045220c01979dcdceadcf2867d20f0.tar.gz
src-9da5257e1c045220c01979dcdceadcf2867d20f0.zip
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
Diffstat (limited to 'sys/kern/imgact_aout.c')
-rw-r--r--sys/kern/imgact_aout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index 7d7ba51efd84..560803db4a86 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -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