mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
makefile: remove unused SGI_ABI variable (GH-29325) (GH-29368)
SGI_ABI support was removed in [1] but this variable was never removed
from the makefile. Currently, it is just a bad variable that does not
get replaced by the configure script.
[1] https://github.com/python/cpython/pull/3294
Signed-off-by: Filipe Laíns <lains@riseup.net>
(cherry picked from commit 38982ab136)
Co-authored-by: Filipe Laíns <lains@riseup.net>
This commit is contained in:
parent
b71bc05245
commit
8d609b29c0
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPP
|
|||
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
|
||||
PY_LDFLAGS_NODIST=$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST)
|
||||
NO_AS_NEEDED= @NO_AS_NEEDED@
|
||||
SGI_ABI= @SGI_ABI@
|
||||
CCSHARED= @CCSHARED@
|
||||
# LINKFORSHARED are the flags passed to the $(CC) command that links
|
||||
# the python executable -- this is only needed for a few systems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue