Exclude the floating-point functions from libgcc_s on arm64, they are

unneeded and will be provided by compiler-rt.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2015-04-02 17:06:15 +00:00
parent b40d31d0a1
commit 86568cc980
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280993

View File

@ -55,7 +55,7 @@ LIB2FUNCS+= _fixuns${mode}si
.endfor
# Likewise double-word routines.
.if ${TARGET_CPUARCH} != "arm"
.if ${TARGET_CPUARCH} != "aarch64" && ${TARGET_CPUARCH} != "arm"
# These are implemented in an ARM specific file but will not be filtered out
.for mode in sf df xf tf
LIB2FUNCS+= _fix${mode}di _fixuns${mode}di