summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard W <garlicbready@googlemail.com>2017-08-14 11:20:43 +0100
committerRichard W <garlicbready@googlemail.com>2017-08-14 11:20:43 +0100
commit6127bf309d9fe21476e2440e69e8ba5b5d340369 (patch)
tree16fccf1096e559ed4c3f01dd2840766c64636c5a
parent271bb07b12c40c266c686dc41c56dde96e5b8c61 (diff)
parent96e052d7f46474fd3dffe45004cbfc45ee813edd (diff)
downloadscons-6127bf309d9fe21476e2440e69e8ba5b5d340369.tar.gz
Merged scons/scons into default
-rw-r--r--src/CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index b0e88c7d..dd92ce14 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -74,7 +74,7 @@ may cause rebuilds. In no case should rebuilds not happen.
From Paweł Tomulik:
- Fixed the issue with LDMODULEVERSIONFLAGS reported by Tim Jennes
(https://pairlist4.pair.net/pipermail/scons-users/2016-May/004893.html).
- An error was causing “-Wl,Bsymbolic” being added to linker's command-line
+ An error was causing "-Wl,Bsymbolic" being added to linker's command-line
even when there was no specified value in LDMODULEVERSION and thus no
need for the flags to be specified.
- Added LoadableModule to the list of global functions (DefaultEnvironment