pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/compiler



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Dec 15 04:50:20 UTC 2025

Modified Files:
        pkgsrc/mk/compiler: gfortran.mk

Log Message:
gfortran.mk: Express more confidence.

Darwin/aarch64 is a relatively new platform, it's only supported if someone
backports it. This was done in pkgsrc as far back as gcc12, and it's unlikely
someone will do it for older versions.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mk/compiler/gfortran.mk

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

Modified files:

Index: pkgsrc/mk/compiler/gfortran.mk
diff -u pkgsrc/mk/compiler/gfortran.mk:1.28 pkgsrc/mk/compiler/gfortran.mk:1.29
--- pkgsrc/mk/compiler/gfortran.mk:1.28 Wed Feb 26 23:39:16 2025
+++ pkgsrc/mk/compiler/gfortran.mk      Mon Dec 15 04:50:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: gfortran.mk,v 1.28 2025/02/26 23:39:16 gdt Exp $
+# $NetBSD: gfortran.mk,v 1.29 2025/12/15 04:50:19 maya Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -48,10 +48,10 @@ POSSIBLE_GFORTRAN_VERSION?= ${CC_VERSION
 # On a variety of platforms various versions of gfortran are
 # problematic.
 
-# Choose gcc12 for Darwin.  While unclear from the commit history, it
-# seems that earlier versions do not work for aarch64.  For x86_64, gcc7
-# does not build on Darwin 12 and newer.  While 10 would likely be ok,
-# match aarch64 so that the same compiler is used for all Darwin.
+# Choose gcc12 for Darwin.  Earlier versions do not have Darwin/aarch64
+# support.  For x86_64, gcc7 does not build on Darwin 12 and newer.
+# While 10 would likely be ok,  match aarch64 so that the same compiler
+# is used for all Darwin.
 .if ${MACHINE_PLATFORM:MDarwin-*-*}
 POSSIBLE_GFORTRAN_VERSION=     12
 .endif



Home | Main Index | Thread Index | Old Index