summaryrefslogtreecommitdiff
path: root/RELEASE.txt
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 /RELEASE.txt
parentf30704396e0a6d4dd7c49c85494de445df68655a (diff)
downloadscons-git-d108866d7cea119ca73e87a0ea131c5b25612033.tar.gz
[ci skip] Updates to CHANGES/RELEASE
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt4
1 files changed, 2 insertions, 2 deletions
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.