svn commit: r219572 - head/lib/msun
Steve Kargl
kargl at FreeBSD.org
Sat Mar 12 17:03:41 UTC 2011
Author: kargl
Date: Sat Mar 12 17:03:41 2011
New Revision: 219572
URL: http://svn.freebsd.org/changeset/base/219572
Log:
Temporary disable the building of cbrtl until I
can determine why svn will not allow one to commit
a new file.
Approved by: das (implicit)
Modified:
head/lib/msun/Makefile
head/lib/msun/Symbol.map
Modified: head/lib/msun/Makefile
==============================================================================
--- head/lib/msun/Makefile Sat Mar 12 16:50:39 2011 (r219571)
+++ head/lib/msun/Makefile Sat Mar 12 17:03:41 2011 (r219572)
@@ -93,7 +93,7 @@ COMMON_SRCS+= s_copysignl.c s_fabsl.c s_
COMMON_SRCS+= e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
e_hypotl.c e_remainderl.c e_sqrtl.c \
invtrig.c k_cosl.c k_sinl.c k_tanl.c \
- s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.c \
+ s_atanl.c s_ceill.c s_cosl.c s_cprojl.c \
s_csqrtl.c s_exp2l.c s_floorl.c s_fmal.c \
s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \
s_remquol.c s_rintl.c s_scalbnl.c \
Modified: head/lib/msun/Symbol.map
==============================================================================
--- head/lib/msun/Symbol.map Sat Mar 12 16:50:39 2011 (r219571)
+++ head/lib/msun/Symbol.map Sat Mar 12 17:03:41 2011 (r219572)
@@ -222,7 +222,6 @@ FBSD_1.1 {
/* First added in 9.0-CURRENT */
FBSD_1.2 {
__isnanf;
- cbrtl;
cexp;
cexpf;
log2;
More information about the svn-src-all
mailing list