Chromium Code Reviews| Index: newlib-trunk/newlib/libm/math/Makefile.am |
| =================================================================== |
| --- a/newlib-trunk/newlib/libm/math/Makefile.am |
| +++ b/newlib-trunk/newlib/libm/math/Makefile.am |
| @@ -17,7 +17,7 @@ |
| w_gamma.c wr_gamma.c w_hypot.c w_j0.c \ |
| w_j1.c w_jn.c w_lgamma.c wr_lgamma.c \ |
| w_log.c w_log10.c w_pow.c w_remainder.c \ |
| - w_scalb.c w_sinh.c w_sqrt.c \ |
| + w_scalb.c w_sinh.c \ |
| w_sincos.c \ |
| w_cabs.c w_drem.c \ |
| s_asinh.c s_atan.c s_ceil.c \ |
| @@ -27,6 +27,9 @@ |
| s_tan.c s_tanh.c \ |
| w_exp2.c w_tgamma.c |
| +#@LOCALMOD |
| +src_pnacl_eliminated = w_sqrt.c |
|
jvoung - send to chromium...
2011/05/10 21:25:36
About the name of these, changes in this file are
|
| + |
| fsrc = kf_rem_pio2.c \ |
| kf_cos.c kf_sin.c kf_tan.c \ |
| ef_acos.c ef_acosh.c ef_asin.c ef_atan2.c \ |
| @@ -40,7 +43,7 @@ |
| wf_gamma.c wrf_gamma.c wf_hypot.c wf_j0.c \ |
| wf_j1.c wf_jn.c wf_lgamma.c wrf_lgamma.c \ |
| wf_log.c wf_log10.c wf_pow.c wf_remainder.c \ |
| - wf_scalb.c wf_sinh.c wf_sqrt.c \ |
| + wf_scalb.c wf_sinh.c \ |
| wf_sincos.c \ |
| wf_cabs.c wf_drem.c \ |
| sf_asinh.c sf_atan.c sf_ceil.c \ |
| @@ -50,6 +53,9 @@ |
| sf_tan.c sf_tanh.c \ |
| wf_exp2.c wf_tgamma.c |
| +#@LOCALMOD |
| +src_pnacl_eliminated = wf_sqrt.c |
| + |
| libmath_la_LDFLAGS = -Xcompiler -nostdlib |
| if USE_LIBTOOL |