diff options
author | Steven Knight <knight@baldmt.com> | 2004-05-03 13:58:44 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-05-03 13:58:44 (GMT) |
commit | 294fbf069e116719cd63ad18c4b7610a0754e5da (patch) | |
tree | e2f60398593bd1b100aa33c67e99ba988a70508e /src/CHANGES.txt | |
parent | 6ce2aee59aead3833c5b86979c6b51ab2ae9b966 (diff) | |
download | SCons-294fbf069e116719cd63ad18c4b7610a0754e5da.zip SCons-294fbf069e116719cd63ad18c4b7610a0754e5da.tar.gz SCons-294fbf069e116719cd63ad18c4b7610a0754e5da.tar.bz2 |
Have ParseConfig() support the -Wl option.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 3e7fa91..3d3d4ce 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -104,6 +104,9 @@ RELEASE 0.96 - XXX - Speed up turning file system Nodes into strings by caching the values after we're finished reading the SConscript files. + - Have ParseConfig() recognize and supporting adding the -Wa, -Wl, + and -Wp, flags to ASFLAGS, LINKFLAGS and CPPFLAGS, respectively. + From Gary Oberbrunner: - Add a --debug=presub option to print actions prior to substitution. |