Skip to content

Commit c8b4cd2

Browse files
darcagnQuzarDC
authored andcommitted
dc-chain: Change source URL for config.guess and config.sub to more reliable mirror
1 parent 4890761 commit c8b4cd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/dc-chain/scripts/host-detect.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# Download ./config.guess if necessary
99
# This will help a lot to execute conditional steps depending on the host.
1010
config_guess = config.guess
11-
config_guess_url = http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=${config_guess};hb=HEAD
11+
config_guess_url = https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=blob_plain;f=${config_guess};hb=HEAD
1212
config_sub = config.sub
13-
config_sub_url = http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=${config_sub};hb=HEAD
13+
config_sub_url = https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=blob_plain;f=${config_sub};hb=HEAD
1414

1515
is_clean_target=$(findstring clean,$(MAKECMDGOALS))
1616
config_guess_check=$(shell test -f ./config.guess || echo 0)

0 commit comments

Comments
 (0)