Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-09-05 07:34:28 +0300
committerWilliam Deegan <bill@baddogconsulting.com>2023-09-05 07:34:28 +0300
commit0f4a646b932abee39f748a5fe000922f40b008c3 (patch)
tree2d0f46e7f813445f469eb4fef238c1ab888ddc66 /RELEASE.txt
parentd622098bce7f7210d6d54417d863e1b66433e587 (diff)
[ci skip] Added CHANGES/RELEASE blurbs. Attributed to Philipp Maierhöfer
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 069ca1de9..9c109e30f 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -100,6 +100,10 @@ FIXES
with the python logging module was refactored to prevent test failure.
- MSVS: Add arm64 to the MSVS supported architectures list for VS2017 and later to be
consistent with the current documentation of MSVS_ARCH.
+- FORTRAN: Fix gfortran tool initialization. Defaults to using binary named gfortran
+ as would be expected, and properly set's SHFORTRAN flags to include -fPIC
+ where previously it was only doing so for the other fortran versions (F77,..)
+
IMPROVEMENTS
------------