2016-11-23 11:56:22 +00:00
|
|
|
# MALTA64 -- 64-bit kernel config for MALTA endian-big boards
|
2009-07-09 15:05:50 +00:00
|
|
|
#
|
2010-01-12 21:17:36 +00:00
|
|
|
# $FreeBSD$
|
2015-01-06 05:26:13 +00:00
|
|
|
|
|
|
|
ident MALTA64
|
2009-07-09 15:05:50 +00:00
|
|
|
|
2015-01-07 12:12:36 +00:00
|
|
|
include "std.MALTA"
|
2015-01-06 05:26:13 +00:00
|
|
|
|
2016-11-23 11:56:22 +00:00
|
|
|
machine mips mips64
|
2015-01-06 05:26:13 +00:00
|
|
|
|
2009-07-09 15:05:50 +00:00
|
|
|
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
|
2015-01-06 05:26:13 +00:00
|
|
|
|
2013-08-31 01:30:01 +00:00
|
|
|
makeoptions KERNLOADADDR=0xffffffff80100000
|
2017-01-06 23:30:54 +00:00
|
|
|
|
|
|
|
options COMPAT_FREEBSD32 # Compatible with o32 binaries
|