mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Add LDLAST to the list of variables processed by the sed script.
This commit is contained in:
parent
a88c5f30c7
commit
750c8cee7e
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ sedscript: $(MAKEFILE)
|
|||
-e '/^LINKCC=/s/^LINKCC=[ ]*\(.*\)/s%@LINKCC[@]%\1%/p' \
|
||||
-e '/^OPT=/s/^OPT=[ ]*\(.*\)/s%@OPT[@]%\1%/p' \
|
||||
-e '/^LDFLAGS=/s/^LDFLAGS=[ ]*\(.*\)/s%@LDFLAGS[@]%\1%/p' \
|
||||
-e '/^LDLAST=/s/^LDLAST=[ ]*\(.*\)/s%@LDLAST[@]%\1%/p' \
|
||||
-e '/^DEFS=/s/^DEFS=[ ]*\(.*\)/s%@DEFS[@]%\1%/p' \
|
||||
-e '/^LIBS=/s/^LIBS=[ ]*\(.*\)/s%@LIBS[@]%\1%/p' \
|
||||
-e '/^LIBM=/s/^LIBM=[ ]*\(.*\)/s%@LIBM[@]%\1%/p' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue