blob: 600ae7e448b0019f7afaae34a0265930cda06b0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: std.hpcarm,v 1.9 2021/06/26 09:11:31 rin Exp $
#
# standard NetBSD/hpcarm options
machine hpcarm arm
include "conf/std" # MI standard options
include "arch/arm/conf/std.arm" # arch standard options
options EXEC_AOUT
options EXEC_ELF32
options EXEC_SCRIPT
# To support easy transit to ../arch/arm/arm32
options ARM32
options VMSWAP_DEFAULT_PLAINTEXT # do not encrypt swap by
# default (slow cpu)
|