From: Ben Gras Date: Sat, 9 Jul 2011 14:09:51 +0000 (+0200) Subject: libm: remove debug statements X-Git-Tag: v3.2.0~473 X-Git-Url: http://zhaoyanbai.com/repos/pkcs11-list.html?a=commitdiff_plain;h=898d9f97f6d5b77025c743d08ae897d9acb65060;p=minix.git libm: remove debug statements --- diff --git a/lib/nbsd_libm/Makefile b/lib/nbsd_libm/Makefile index 860eb95cb..2816882e4 100644 --- a/lib/nbsd_libm/Makefile +++ b/lib/nbsd_libm/Makefile @@ -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