pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmp Omit low GCC_REQD



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31de981daf91
branches:  trunk
changeset: 365431:31de981daf91
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Jul 16 19:06:12 2017 +0000

description:
Omit low GCC_REQD

diffstat:

 devel/gmp/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 4a8e123d172f -r 31de981daf91 devel/gmp/Makefile
--- a/devel/gmp/Makefile        Sun Jul 16 19:05:11 2017 +0000
+++ b/devel/gmp/Makefile        Sun Jul 16 19:06:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2017/04/22 08:23:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.85 2017/07/16 19:06:12 maya Exp $
 
 DISTNAME=      gmp-6.1.2
 CATEGORIES=    devel math
@@ -41,11 +41,6 @@
 ABI=                   o32
 .endif
 
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-# The configure script thinks gcc 2.95 for ARM is too buggy to use.
-GCC_REQD+=             3.0
-.endif
-
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 .  if !empty(PKGSRC_COMPILER:Msunpro)
 # don't use x86 assembly (it doesn't build)



Home | Main Index | Thread Index | Old Index