Module Name: src
Committed By: mrg
Date: Sat Jun 1 08:29:16 UTC 2019
Modified Files:
src/external/lgpl3/mpfr/lib/libmpfr: Makefile
Log Message:
remove obsolete comments.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/lgpl3/mpfr/lib/libmpfr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/lgpl3/mpfr/lib/libmpfr/Makefile
diff -u src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.18 src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.19
--- src/external/lgpl3/mpfr/lib/libmpfr/Makefile:1.18 Tue Sep 4 05:16:25 2018
+++ src/external/lgpl3/mpfr/lib/libmpfr/Makefile Sat Jun 1 08:29:16 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/09/04 05:16:25 mrg Exp $
+# $NetBSD: Makefile,v 1.19 2019/06/01 08:29:16 mrg Exp $
.include <bsd.init.mk>
@@ -282,12 +282,6 @@ CPPFLAGS+= -I. \
CPPFLAGS+= -I${NETBSDSRCDIR}/external/lgpl3/gmp/lib/libgmp/arch/${GMP_MACHINE_ARCH}
CPPFLAGS+= -I${.CURDIR}/../../dist/src
-# XXX
-# XXX XXX check mips*
-# XXX XXX do something more, more ports!!
-# XXX
-# XXX missing: arm* sparc sh3* m68k/m68000 (powerpc64/ia64)
-
# IEEE FP support. No VAX here.
.if ${MACHINE_ARCH} == "x86_64" || \
${MACHINE_ARCH} == "i386"