pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/compiler mk: use gcc6-aux for ada



details:   https://anonhg.NetBSD.org/pkgsrc/rev/015411e1da22
branches:  trunk
changeset: 449628:015411e1da22
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 02 16:54:48 2021 +0000

description:
mk: use gcc6-aux for ada

diffstat:

 mk/compiler/gcc.mk |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r f94252297667 -r 015411e1da22 mk/compiler/gcc.mk
--- a/mk/compiler/gcc.mk        Fri Apr 02 16:53:42 2021 +0000
+++ b/mk/compiler/gcc.mk        Fri Apr 02 16:54:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.221 2021/04/02 11:48:16 nia Exp $
+# $NetBSD: gcc.mk,v 1.222 2021/04/02 16:54:48 nia Exp $
 #
 # This is the compiler definition for the GNU Compiler Collection.
 #
@@ -144,10 +144,10 @@
 GCC_REQD+=     3.0
 .endif
 
-# Only one compiler defined here supports Ada: lang/gcc5-aux
-# If the Ada language is requested, force lang/gcc5-aux to be selected
+# Only one compiler defined here supports Ada: lang/gcc6-aux
+# If the Ada language is requested, force lang/gcc6-aux to be selected
 .if !empty(USE_LANGUAGES:Mada)
-GCC_REQD+=     20120614
+GCC_REQD+=     20160822
 .endif
 
 # _GCC_DIST_VERSION is the highest version of GCC installed by the pkgsrc
@@ -636,16 +636,16 @@
 .  endif
 .elif !empty(_NEED_GCC_AUX:M[yY][eE][sS])
 #
-# We require Ada-capable compiler in the lang/gcc5-aux directory.
+# We require Ada-capable compiler in the lang/gcc6-aux directory.
 #
-_GCC_PKGBASE=          gcc5-aux
-.  if ${PKGPATH} == lang/gcc5-aux
+_GCC_PKGBASE=          gcc6-aux
+.  if ${PKGPATH} == lang/gcc6-aux
 _IGNORE_GCC=           yes
 MAKEFLAGS+=            _IGNORE_GCC=yes
 .  endif
 .  if !defined(_IGNORE_GCC) && !empty(_LANGUAGES.gcc)
-_GCC_PKGSRCDIR=                ../../lang/gcc5-aux
-_GCC_DEPENDENCY=       gcc5-aux>=${_GCC_REQD}:../../lang/gcc5-aux
+_GCC_PKGSRCDIR=                ../../lang/gcc6-aux
+_GCC_DEPENDENCY=       gcc6-aux>=${_GCC_REQD}:../../lang/gcc6-aux
 .    if !empty(_LANGUAGES.gcc:Mc++) || \
         !empty(_LANGUAGES.gcc:Mfortran) || \
         !empty(_LANGUAGES.gcc:Mfortran77) || \



Home | Main Index | Thread Index | Old Index