We don't support a.out executables on RISC-V.
Reviewed by: emaste Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D5048
This commit is contained in:
parent
4f0a4502a1
commit
5a0bf0f5c6
@ -48,8 +48,8 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include "extern.h"
|
||||
|
||||
/* We don't support a.out executables on arm64 */
|
||||
#ifndef __aarch64__
|
||||
/* We don't support a.out executables on arm64 and riscv */
|
||||
#if !defined(__aarch64__) && !defined(__riscv__)
|
||||
#include <a.out.h>
|
||||
#define AOUT_SUPPORTED
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user