libm: remove debug statements

This commit is contained in:
Ben Gras 2011-07-09 16:09:51 +02:00
parent b956c8735e
commit 898d9f97f6

View File

@ -13,14 +13,10 @@
#
#
.warning MACHINE_ARCH is first ${MACHINE_ARCH}
.if ${MACHINE_ARCH} == "unknown"
MACHINE_ARCH:= ${MACHINE}
.endif
.warning MACHINE_ARCH is now ${MACHINE_ARCH}
#
# There are two options in making libm at fdlibm compile time:
# _IEEE_LIBM --- IEEE libm; smaller, and somewhat faster