Remove the NOFPU option. The main MALTA config file has this now.
This commit is contained in:
parent
e569402485
commit
055feefb0f
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: MALTA32,v 1.3 2012/02/09 18:58:44 matt Exp $
|
||||
# $NetBSD: MALTA32,v 1.4 2017/08/24 22:48:06 simonb Exp $
|
||||
#
|
||||
include "arch/evbmips/conf/MALTA"
|
||||
|
||||
makeoptions LP64="no"
|
||||
|
||||
no options MIPS32
|
||||
options NOFPU # No FPU
|
||||
#options EXEC_ELF64
|
||||
|
||||
no ath*
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: MALTA64,v 1.7 2014/08/17 21:17:43 joerg Exp $
|
||||
# $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 NOFPU # No FPU
|
||||
options EXEC_ELF64
|
||||
options COMPAT_NETBSD32
|
||||
no makeoptions COPY_SYMTAB
|
||||
|
|
Loading…
Reference in New Issue