Fix links to secure sites (#18745)

This commit is contained in:
Diego von Deschwanden
2020-07-23 05:20:14 +02:00
committed by GitHub
parent f9b1da7beb
commit 42fbd527f3
1321 changed files with 1416 additions and 1416 deletions

View File

@ -98,7 +98,7 @@ NEOPIXEL ?= 0
############
# Try to automatically determine whether RELOC_WORKAROUND is needed based
# on GCC versions:
# http://www.avrfreaks.net/comment/1789106#comment-1789106
# https://www.avrfreaks.net/comment/1789106#comment-1789106
CC_MAJ:=$(shell $(CC) -dM -E - < /dev/null | grep __GNUC__ | cut -f3 -d\ )
CC_MIN:=$(shell $(CC) -dM -E - < /dev/null | grep __GNUC_MINOR__ | cut -f3 -d\ )