mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
This fixes compilation after r308807 ("Pass MACHINE_ARCH on
command line for MIPS kernels.")
Sponsored by: DARPA, AFRL
13 lines
240 B
Text
13 lines
240 B
Text
# 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
|