14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
# MALTA64 -- 64-bit kernel config for MALTA endian-little boards
|
|
#
|
|
# $FreeBSD$
|
|
|
|
ident MALTA64
|
|
|
|
include "std.MALTA"
|
|
|
|
machine mips mips64el
|
|
|
|
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
|
|
makeoptions MODULES_OVERRIDE=""
|
|
makeoptions KERNLOADADDR=0xffffffff80100000
|