From 898d9f97f6d5b77025c743d08ae897d9acb65060 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sat, 9 Jul 2011 16:09:51 +0200 Subject: [PATCH] libm: remove debug statements --- lib/nbsd_libm/Makefile | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.44.0