mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
[3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782)
Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
52d10f6485
commit
3f565f8edf
4 changed files with 2352 additions and 1992 deletions
|
|
@ -2002,6 +2002,12 @@ patchcheck: @DEF_MAKE_RULE@
|
|||
check-limited-abi: all
|
||||
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/stable_abi.py --all $(srcdir)/Misc/stable_abi.txt
|
||||
|
||||
.PHONY: update-config
|
||||
update-config:
|
||||
curl -sL -o config.guess 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'
|
||||
curl -sL -o config.sub 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'
|
||||
chmod +x config.guess config.sub
|
||||
|
||||
# Dependencies
|
||||
|
||||
Python/thread.o: @THREADHEADERS@ $(srcdir)/Python/condvar.h
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
Update ``config.guess`` to 2021-06-03 and ``config.sub`` to 2021-08-14.
|
||||
``Makefile`` now has an ``update-config`` target to make updating more
|
||||
convenient.
|
||||
1486
config.guess
vendored
1486
config.guess
vendored
File diff suppressed because it is too large
Load diff
2849
config.sub
vendored
2849
config.sub
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue