aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options.mips
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2012-03-12 21:25:32 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2012-03-12 21:25:32 +0000
commit379663d70bd9a1e7806da49205477e28d1cb3a53 (patch)
treef982d7b32e1a65ea4d9f9f78cf4321252085149f /sys/conf/options.mips
parent689d8111652367bc748858185d1bcebcec76334d (diff)
downloadsrc-379663d70bd9a1e7806da49205477e28d1cb3a53.tar.gz
src-379663d70bd9a1e7806da49205477e28d1cb3a53.zip
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.
Notes
Notes: svn path=/head/; revision=232896
Diffstat (limited to 'sys/conf/options.mips')
-rw-r--r--sys/conf/options.mips8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/conf/options.mips b/sys/conf/options.mips
index 4cf93440c6f3..237b472495a0 100644
--- a/sys/conf/options.mips
+++ b/sys/conf/options.mips
@@ -38,14 +38,6 @@ CPU_CNMIPS opt_global.h
CPU_RMI opt_global.h
CPU_NLM opt_global.h
-# XXX These are bogus and should be replaced by proper ABI or ISA checks.
-ISA_MIPS1 opt_cputype.h
-ISA_MIPS3 opt_cputype.h
-ISA_MIPS32 opt_cputype.h
-ISA_MIPS32v2 opt_cputype.h
-ISA_MIPS64 opt_cputype.h
-ISA_MIPS64v2 opt_cputype.h
-
COMPAT_FREEBSD32 opt_compat.h
YAMON opt_global.h