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