diff options
author | Filipe Laíns <lains@riseup.net> | 2021-11-02 20:39:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 20:39:27 (GMT) |
commit | 38982ab13629a0802ea721a5917da0b98d0d5a0a (patch) | |
tree | c1606266a0afa3bf2e6b55a8e6c36a1bdf4138da /Makefile.pre.in | |
parent | 401272e6e660445d6556d5cd4db88ed4267a50b3 (diff) | |
download | cpython-38982ab13629a0802ea721a5917da0b98d0d5a0a.zip cpython-38982ab13629a0802ea721a5917da0b98d0d5a0a.tar.gz cpython-38982ab13629a0802ea721a5917da0b98d0d5a0a.tar.bz2 |
makefile: remove unused SGI_ABI variable (GH-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] https://github.com/python/cpython/pull/3294
Signed-off-by: Filipe Laíns <lains@riseup.net>
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 7c3c046..7e959b0 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -104,7 +104,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 |