mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Revert last change now that the reason for it is no more...
MACHINE_ARCH is now always mipsel when building mips/mips.
This commit is contained in:
parent
5c92680fa9
commit
4ef48a113b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218181
@ -122,8 +122,7 @@ LIB2FUNCS_EXTRA = floatunsidf.c floatunsisf.c
|
||||
.if ${TARGET_CPUARCH} == mips
|
||||
LIB2FUNCS_EXTRA = floatunsidf.c floatunsisf.c
|
||||
# ABIs other than o32 need this
|
||||
.if ${TARGET_ARCH:Mmips64*} != "" || \
|
||||
${TARGET_ARCH:Mmipsn32*} != ""
|
||||
.if ${TARGET_ARCH:Mmipse[lb]} == ""
|
||||
LIB2FUNCS_EXTRA+= floatdidf.c fixunsdfsi.c
|
||||
LIB2FUNCS_EXTRA+= floatdisf.c floatundidf.c
|
||||
LIB2FUNCS_EXTRA+= fixsfdi.c floatundisf.c
|
||||
|
Loading…
Reference in New Issue
Block a user