84d9c625bf
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org) get getservbyport() out of the inner loop Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
18 lines
613 B
Text
18 lines
613 B
Text
# $NetBSD: Makefile.list,v 1.6 2010/01/06 14:11:53 phx Exp $
|
|
|
|
#
|
|
# list of M68060 architecture dependent files for libm.
|
|
#
|
|
# Created by a script. Do not edit manually!
|
|
#
|
|
|
|
ARCH_SRCS = e_acosf.S e_acos.S e_asinf.S e_asin.S \
|
|
s_atanf.S s_atan.S e_atanhf.S e_atanh.S \
|
|
s_cosf.S s_cos.S e_coshf.S e_cosh.S \
|
|
e_expf.S e_exp.S s_expm1f.S s_expm1.S \
|
|
e_log10f.S e_log10.S s_logbf.S s_logb.S \
|
|
e_logf.S e_log.S s_log1pf.S s_log1p.S \
|
|
s_sinf.S s_sin.S e_sinhf.S e_sinh.S \
|
|
s_tanf.S k_tanf.S s_tan.S k_tan.S s_tanhf.S s_tanh.S \
|
|
e_sqrtf.S e_sqrt.S
|
|
ARCH_ADDS = fplsp_wrap.S
|