pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmp remove TODO



details:   https://anonhg.NetBSD.org/pkgsrc/rev/220f6650a6e0
branches:  trunk
changeset: 361390:220f6650a6e0
user:      szptvlfn <szptvlfn%pkgsrc.org@localhost>
date:      Thu Apr 20 22:37:57 2017 +0000

description:
remove TODO

diffstat:

 devel/gmp/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4ad66af08327 -r 220f6650a6e0 devel/gmp/Makefile
--- a/devel/gmp/Makefile        Thu Apr 20 22:00:33 2017 +0000
+++ b/devel/gmp/Makefile        Thu Apr 20 22:37:57 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2017/01/19 18:52:06 agc Exp $
+# $NetBSD: Makefile,v 1.82 2017/04/20 22:37:57 szptvlfn Exp $
 
 DISTNAME=      gmp-6.1.2
 CATEGORIES=    devel math
@@ -46,7 +46,7 @@
 GCC_REQD+=             3.0
 .endif
 
-.if ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 # XXX SunOS should work, but currently bombs in mpn/fat.c
 .  if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS" || !empty(PKGSRC_COMPILER:Msunpro)
 # don't use x86 assembly (it doesn't build)
@@ -58,7 +58,6 @@
 .    include "../../mk/bsd.options.mk"
 ###
 ### Support for a "fat" binary on i386, with CPU autodetection.
-### XXX this option should be provided for amd64 too!
 ###
 ### XXX        Currently, the 'mmx' and 'simd' options imply the same thing,
 ###    as cpu detection is done at runtime.  Is there a more elegant



Home | Main Index | Thread Index | Old Index