pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gcc10-aux: Fix build, make gcc6-aux the default compiler
Module Name: pkgsrc-wip
Committed By: irvise <irvise%irvise.xyz@localhost>
Pushed By: irvise
Date: Sun Oct 31 22:46:48 2021 +0100
Changeset: eec5f68649d943561690e53c56ac10a364072362
Modified Files:
gcc10-aux/Makefile
Log Message:
gcc10-aux: Fix build, make gcc6-aux the default compiler
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eec5f68649d943561690e53c56ac10a364072362
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gcc10-aux/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diffs:
diff --git a/gcc10-aux/Makefile b/gcc10-aux/Makefile
index 9c569055e8..9f73837e74 100644
--- a/gcc10-aux/Makefile
+++ b/gcc10-aux/Makefile
@@ -77,6 +77,11 @@ SUBST_SED.fixinc= -e "s,\./fixinc.sh,-c true,"
.include "options.mk"
+## Make gcc6-aux the compiler for the package since we need ada support.
+# This will allow the configure script to use the gnat* packages and gcc
+# with ada support
+CONFIGURE_ARGS+= PATH=${PREFIX}/gcc6-aux/bin:${PATH}
+
## For graphite support.
.if !empty(PKG_OPTIONS:Mgcc-graphite)
Home |
Main Index |
Thread Index |
Old Index