]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
makefile: remove unused SGI_ABI variable (GH-29325)
authorFilipe Laíns <lains@riseup.net>
Tue, 2 Nov 2021 20:39:27 +0000 (20:39 +0000)
committerGitHub <noreply@github.com>
Tue, 2 Nov 2021 20:39:27 +0000 (21:39 +0100)
commit38982ab13629a0802ea721a5917da0b98d0d5a0a
treec1606266a0afa3bf2e6b55a8e6c36a1bdf4138da
parent401272e6e660445d6556d5cd4db88ed4267a50b3
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>
Makefile.pre.in