diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2012-03-12 21:25:32 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2012-03-12 21:25:32 +0000 |
commit | 379663d70bd9a1e7806da49205477e28d1cb3a53 (patch) | |
tree | f982d7b32e1a65ea4d9f9f78cf4321252085149f /sys/mips/alchemy/std.alchemy | |
parent | 689d8111652367bc748858185d1bcebcec76334d (diff) |
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/mips/alchemy/std.alchemy')
-rw-r--r-- | sys/mips/alchemy/std.alchemy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/alchemy/std.alchemy b/sys/mips/alchemy/std.alchemy index 82f08867614d..1b8b83b17f3d 100644 --- a/sys/mips/alchemy/std.alchemy +++ b/sys/mips/alchemy/std.alchemy @@ -6,4 +6,3 @@ files "../alchemy/files.alchemy" machine mips mipsel cpu CPU_MIPS4KC -options ISA_MIPS32 |