From: kosmirror <kos...@us...> - 2025-07-11 22:56:07
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via c8b4cd2cd1809af47593b3982bd10d0c5e0eaadf (commit) from 48907615f92b09f0df765dd89f27897a6c9ef43e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c8b4cd2cd1809af47593b3982bd10d0c5e0eaadf Author: darc <da...@pr...> Date: Sun Jun 29 11:09:09 2025 -0500 dc-chain: Change source URL for config.guess and config.sub to more reliable mirror ----------------------------------------------------------------------- Summary of changes: utils/dc-chain/scripts/host-detect.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/dc-chain/scripts/host-detect.mk b/utils/dc-chain/scripts/host-detect.mk index 6782d4d3..17bf86f6 100644 --- a/utils/dc-chain/scripts/host-detect.mk +++ b/utils/dc-chain/scripts/host-detect.mk @@ -8,9 +8,9 @@ # Download ./config.guess if necessary # This will help a lot to execute conditional steps depending on the host. config_guess = config.guess -config_guess_url = http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=${config_guess};hb=HEAD +config_guess_url = https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=blob_plain;f=${config_guess};hb=HEAD config_sub = config.sub -config_sub_url = http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=${config_sub};hb=HEAD +config_sub_url = https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=blob_plain;f=${config_sub};hb=HEAD is_clean_target=$(findstring clean,$(MAKECMDGOALS)) config_guess_check=$(shell test -f ./config.guess || echo 0) hooks/post-receive -- A pseudo Operating System for the Dreamcast. |