diff options
author | jmallett <jmallett@FreeBSD.org> | 2012-03-12 21:25:32 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2012-03-12 21:25:32 +0000 |
commit | 195d12217257f3fd4b328858cbb31ccf5a101652 (patch) | |
tree | f982d7b32e1a65ea4d9f9f78cf4321252085149f /sys/mips/atheros | |
parent | cb55999141197a7294c6e4eefb8d5ed74c97a25d (diff) | |
download | FreeBSD-src-195d12217257f3fd4b328858cbb31ccf5a101652.zip FreeBSD-src-195d12217257f3fd4b328858cbb31ccf5a101652.tar.gz |
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.
Diffstat (limited to 'sys/mips/atheros')
-rw-r--r-- | sys/mips/atheros/std.ar71xx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/atheros/std.ar71xx b/sys/mips/atheros/std.ar71xx index 14859e0..b437719 100644 --- a/sys/mips/atheros/std.ar71xx +++ b/sys/mips/atheros/std.ar71xx @@ -6,4 +6,3 @@ files "../atheros/files.ar71xx" machine mips mipseb cpu CPU_MIPS4KC -options ISA_MIPS32 |