We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4890761 commit c8b4cd2Copy full SHA for c8b4cd2
1 file changed
utils/dc-chain/scripts/host-detect.mk
@@ -8,9 +8,9 @@
8
# Download ./config.guess if necessary
9
# This will help a lot to execute conditional steps depending on the host.
10
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
+config_guess_url = https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=blob_plain;f=${config_guess};hb=HEAD
12
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
+config_sub_url = https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=blob_plain;f=${config_sub};hb=HEAD
14
15
is_clean_target=$(findstring clean,$(MAKECMDGOALS))
16
config_guess_check=$(shell test -f ./config.guess || echo 0)
0 commit comments