blob: f2357c75a0ba230dea4fe01a968f6a836c8c7db9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: MALTA64,v 1.8 2017/08/24 22:48:06 simonb Exp $
#
include "arch/evbmips/conf/MALTA"
makeoptions LP64="yes"
no options MIPS32
options EXEC_ELF64
options COMPAT_NETBSD32
no makeoptions COPY_SYMTAB
makeoptions COPY_SYMTAB=1 # size for embedded symbol table
#options UVMHIST, UVMHIST_PRINT
no ath*
|