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-10-30 04:41:15 +0300
committerGitHub <noreply@github.com>2023-10-30 04:41:15 +0300
commit319985350d511137bddb09091aba462930d49b04 (patch)
treed30c0eb6d7b64c01c238188987e3467c2fdc9a58 /RELEASE.txt
parent4a7c6f3a2b2882cab539154595bf21f67efa34cb (diff)
parent622b6e3902a7e82ecc5961a0f203eb42517c3cf1 (diff)
Merge pull request #4429 from mwichmann/feature/libliteral
Add LIBLITERALPREFIX to support gcc -l:filename
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 92896d307..546bba766 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -23,6 +23,9 @@ NEW FUNCTIONALITY
- MSVC: If necessary, automatically define VSCMD_SKIP_SENDTELEMETRY for VS2019 and later
on arm64 hosts when using an arm (32-bit) build of python to prevent a powershell
error pop-up window (powershell dll not found).
+- Add a LIBLITERALPREFIX variable which can be set to the linker's
+ prefix for considering a library argument unmodified (e.g. for the
+ GNU linker, the ':' in '-l:libfoo.a'). Fixes Github issue #3951.
DEPRECATED FUNCTIONALITY
------------------------