Skip to content

Commit 38982ab

Browse files
authored
makefile: remove unused SGI_ABI variable (pythonGH-29325)
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] python#3294 Signed-off-by: Filipe Laíns <[email protected]>
1 parent 401272e commit 38982ab

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
@@ -104,7 +104,6 @@ PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPP
104104
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
105105
PY_LDFLAGS_NODIST=$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST)
106106
NO_AS_NEEDED= @NO_AS_NEEDED@
107-
SGI_ABI= @SGI_ABI@
108107
CCSHARED= @CCSHARED@
109108
# LINKFORSHARED are the flags passed to the $(CC) command that links
110109
# the python executable -- this is only needed for a few systems

0 commit comments

Comments
 (0)