18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Copyright (C) 1998, 1999, 2001 Philip Blundell 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciobj-$(CONFIG_FPE_NWFPE) += nwfpe.o 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_cinwfpe-y += fpa11.o fpa11_cpdo.o fpa11_cpdt.o \ 98c2ecf20Sopenharmony_ci fpa11_cprt.o fpmodule.o fpopcode.o \ 108c2ecf20Sopenharmony_ci softfloat.o single_cpdo.o double_cpdo.o \ 118c2ecf20Sopenharmony_ci entry.o 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_cinwfpe-$(CONFIG_FPE_NWFPE_XP) += extended_cpdo.o 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci# Try really hard to avoid generating calls to __aeabi_uldivmod() from 168c2ecf20Sopenharmony_ci# float64_rem() due to loop elision. 178c2ecf20Sopenharmony_ciifdef CONFIG_CC_IS_CLANG 188c2ecf20Sopenharmony_ciCFLAGS_softfloat.o += -mllvm -replexitval=never 198c2ecf20Sopenharmony_ciendif 20