blob: fcd0cda9967505867075e69f9f1e1cc3a091a37a (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: std.amd64,v 1.1 2003/04/26 18:39:36 fvdl Exp $
#
# standard, required NetBSD/amd64 'options'
machine amd64 x86
options EXEC_ELF64 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options MTRR
|