Skip to content

Commit 8d609b2

Browse files
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] #3294 Signed-off-by: Filipe Laíns <[email protected]> (cherry picked from commit 38982ab) Co-authored-by: Filipe Laíns <[email protected]>
1 parent b71bc05 commit 8d609b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile.pre.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPP
103103
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
104104
PY_LDFLAGS_NODIST=$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST)
105105
NO_AS_NEEDED= @NO_AS_NEEDED@
106-
SGI_ABI= @SGI_ABI@
107106
CCSHARED= @CCSHARED@
108107
# LINKFORSHARED are the flags passed to the $(CC) command that links
109108
# the python executable -- this is only needed for a few systems

0 commit comments

Comments
 (0)