aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.mips
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2016-12-30 00:34:52 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2016-12-30 00:34:52 +0000
commitf369aff32d9988b725c400a5173bb799e4f31b5b (patch)
treefb73c1e8a55efd43937464102cb46f9395e21088 /sys/conf/files.mips
parent0ea682eb8e432ec69f26a77df793cf907fb7c118 (diff)
Support mips[*]hf variants in config files
Recognize new MACHINE_ARCH names now as we have added hardfloat support. Switch JZ4780 to mipselhf and remove all uses of TARGET_ARCH in kernel .mk files. Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D8989
Notes
Notes: svn path=/head/; revision=310794
Diffstat (limited to 'sys/conf/files.mips')
-rw-r--r--sys/conf/files.mips6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips
index 443c0d4531e7..2c3bd5138dc7 100644
--- a/sys/conf/files.mips
+++ b/sys/conf/files.mips
@@ -52,7 +52,7 @@ kern/kern_clocksource.c standard
kern/link_elf_obj.c standard
kern/subr_busdma_bufalloc.c standard
kern/subr_dummy_vdso_tc.c standard
-kern/subr_sfbuf.c optional mips | mipsel | mipsn32
+kern/subr_sfbuf.c standard
# gcc/clang runtime
libkern/ffsl.c standard
@@ -61,8 +61,8 @@ libkern/fls.c standard
libkern/flsl.c standard
libkern/flsll.c standard
libkern/memmove.c standard
-libkern/cmpdi2.c optional mips | mipsel
-libkern/ucmpdi2.c optional mips | mipsel
+libkern/cmpdi2.c optional mips | mipshf | mipsel | mipselhf
+libkern/ucmpdi2.c optional mips | mipshf | mipsel | mipselhf
libkern/ashldi3.c standard
libkern/ashrdi3.c standard