mirror of https://github.com/F-Stack/f-stack.git
16 lines
214 B
Plaintext
16 lines
214 B
Plaintext
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
include "std.SWARM"
|
||
|
|
||
|
ident SWARM_SMP
|
||
|
|
||
|
options SMP
|
||
|
options PRINTF_BUFR_SIZE=128
|
||
|
|
||
|
machine mips mips
|
||
|
|
||
|
makeoptions ARCH_FLAGS="-mabi=32 -march=mips32"
|
||
|
makeoptions LDSCRIPT_NAME= ldscript.mips.cfe
|