0c0c965a8f
Update the BOOTSTRAPPING check for libelf to require the fix for mips64el object files committed in r338478 and re-enable kernel modules in the MALTA64EL config file. Reviewed by: emaste Approved by: re (gjb) Differential Revision: https://reviews.freebsd.org/D17054
13 lines
238 B
Plaintext
13 lines
238 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 KERNLOADADDR=0xffffffff80100000
|