freebsd-skq/sys/mips/conf/SWARM_SMP
jmallett 195d122172 o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern
required for the ABI the kernel is being built for.
   XXX This is implemented in a kind-of nasty way that involves including source
       files, but it's still an improvement.
o) Retire ISA_* options since they're unused and were always wrong.
2012-03-12 21:25:32 +00:00

16 lines
216 B
Plaintext

#
# $FreeBSD$
#
include "std.SWARM"
ident SWARM_SMP
options SMP
options PRINTF_BUFR_SIZE=128
machine mips mipseb
makeoptions ARCH_FLAGS="-mabi=32 -march=mips32"
makeoptions LDSCRIPT_NAME= ldscript.mips.cfe