mirror of https://github.com/F-Stack/f-stack.git
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
include "std.SWARM"
|
||
|
|
||
|
ident SWARM64
|
||
|
|
||
|
machine mips mips64
|
||
|
makeoptions ARCH_FLAGS="-mabi=64 -march=mips64"
|
||
|
makeoptions LDSCRIPT_NAME=ldscript.mips.cfe
|
||
|
makeoptions KERNLOADADDR=0xffffffff80001000
|