pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gmp



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Jul 16 19:06:12 UTC 2017

Modified Files:
        pkgsrc/devel/gmp: Makefile

Log Message:
Omit low GCC_REQD


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/gmp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gmp/Makefile
diff -u pkgsrc/devel/gmp/Makefile:1.84 pkgsrc/devel/gmp/Makefile:1.85
--- pkgsrc/devel/gmp/Makefile:1.84      Sat Apr 22 08:23:17 2017
+++ pkgsrc/devel/gmp/Makefile   Sun Jul 16 19:06:12 2017
@@ -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 @@ PLIST.cxx=           yes
 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