summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-01-23 11:16:16 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2023-01-23 11:16:16 -0800
commitd108866d7cea119ca73e87a0ea131c5b25612033 (patch)
tree216dbec5b7883ee041158d72905aa8d351125f7d
parentf30704396e0a6d4dd7c49c85494de445df68655a (diff)
downloadscons-git-d108866d7cea119ca73e87a0ea131c5b25612033.tar.gz
[ci skip] Updates to CHANGES/RELEASE
-rw-r--r--CHANGES.txt5
-rw-r--r--RELEASE.txt4
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index aaa44a0f6..c7944ba95 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -107,8 +107,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
looked up through a node ended up generating a Python SyntaxError
because it was passed through scons_subst().
- Have the gfortran tool do a better job of honoring user preferences
- for the dialect tools (F95, SHF95, etc.). Previously these were
- unconditionally forced to 'gfortran'; the change should be more
+ for the dialect tools (F77, F90, F03 and F09, as well as the shared-library
+ equivalents SHF77, SHF90, SHF03, SHF09). Previously these were
+ unconditionally overwritten to 'gfortran'; the change should be more
in line with expectations of how these variables should work.
Also cleaned a few Fortran tests - test behavior does not change.
diff --git a/RELEASE.txt b/RELEASE.txt
index 703bf7b4b..c78bcb2c1 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -73,8 +73,8 @@ FIXES
failing with an exception when a CacheDir was enabled. This is now corrected.
- When using the gfortran tool (the default on most platforms as long as a GNU
toolchain is installed), the user setting of the "dialect" compilers
- (F77, F90, F03 and F09, as well as the shared-library complements SHF77,
- SHF90, SHF03, SHF09) is now honored; previously the tool forced the
+ (F77, F90, F03 and F09, as well as the shared-library equivalents SHF77,
+ SHF90, SHF03, SHF09) is now honored; previously the tool overwrote the
settings to 'gfortran', which made it difficult reference a cross-compile
version for dialects.