List all the mips MACHINE_ARCH values in the options file to allow
conditional inclusion based on the MACHINE_ARCH we're compiling for. Make ucmpdi2 conditional on mips or mipsel.
This commit is contained in:
parent
d19ad3d857
commit
3ac5e4bbea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242064
@ -62,7 +62,7 @@ libkern/flsl.c standard
|
||||
libkern/lshrdi3.c standard
|
||||
libkern/memchr.c optional fdt
|
||||
libkern/memmove.c standard
|
||||
libkern/ucmpdi2.c standard
|
||||
libkern/ucmpdi2.c optional mips | mipsel
|
||||
|
||||
# Compat32 stuff
|
||||
compat/freebsd32/freebsd32_ioctl.c optional compat_freebsd32
|
||||
|
@ -39,6 +39,13 @@ CPU_RMI opt_global.h
|
||||
CPU_NLM opt_global.h
|
||||
CPU_BERI opt_global.h
|
||||
|
||||
# which MACHINE_ARCH architecture
|
||||
MIPS
|
||||
MIPSEL
|
||||
MIPS64
|
||||
MIPS64EL
|
||||
MIPSN32
|
||||
|
||||
COMPAT_FREEBSD32 opt_compat.h
|
||||
|
||||
YAMON opt_global.h
|
||||
|
Loading…
Reference in New Issue
Block a user