ff688a8694
This avoids universe trying to build MALTA_COMMON and fail due to the problem addressed in r276773. Include std.MALTA from the MALTA mipsel and MALTA64 mips64el config files, where the machine lines exist.
14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
# MALTA64 -- 64-bit kernel config for MALTA boards
|
|
#
|
|
# $FreeBSD$
|
|
|
|
ident MALTA64
|
|
|
|
include "std.MALTA"
|
|
|
|
machine mips mips64el # Malta supports both, so it isn't in std.malta
|
|
|
|
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
|
|
|
|
makeoptions KERNLOADADDR=0xffffffff80100000
|