Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/lgpl3/mpfr/lib/libmpfr remove obsolete comments.



details:   https://anonhg.NetBSD.org/src/rev/c8ad3932cc46
branches:  trunk
changeset: 451735:c8ad3932cc46
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jun 01 08:29:16 2019 +0000

description:
remove obsolete comments.

diffstat:

 external/lgpl3/mpfr/lib/libmpfr/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r b5fbc5408248 -r c8ad3932cc46 external/lgpl3/mpfr/lib/libmpfr/Makefile
--- a/external/lgpl3/mpfr/lib/libmpfr/Makefile  Sat Jun 01 08:20:14 2019 +0000
+++ b/external/lgpl3/mpfr/lib/libmpfr/Makefile  Sat Jun 01 08:29:16 2019 +0000
@@ -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${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"



Home | Main Index | Thread Index | Old Index