summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-02 21:01:59 (GMT)
committerGitHub <noreply@github.com>2021-11-02 21:01:59 (GMT)
commite312f38f7ba7b7bf1624fcb2a7bf64e02bacb5e9 (patch)
treea59a072c9a35046a312974190d008743450e4169
parent91a51c5ffc3bd9da28a0000550530f6f2bcc25a2 (diff)
downloadcpython-e312f38f7ba7b7bf1624fcb2a7bf64e02bacb5e9.zip
cpython-e312f38f7ba7b7bf1624fcb2a7bf64e02bacb5e9.tar.gz
cpython-e312f38f7ba7b7bf1624fcb2a7bf64e02bacb5e9.tar.bz2
makefile: remove unused SGI_ABI variable (GH-29325) (GH-29370)
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 38982ab13629a0802ea721a5917da0b98d0d5a0a) Co-authored-by: Filipe Laíns <lains@riseup.net>
-rw-r--r--Makefile.pre.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 6ce7a61..11230fa 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -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