Skip to content

Commit

Permalink
Merge pull request #22 from M-Reimer/master
Browse files Browse the repository at this point in the history
Add transport encryption for fetching binutils
  • Loading branch information
earlephilhower authored Dec 6, 2020
2 parents d837304 + 81964a2 commit 8c753e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else ifeq ($(GCC), 9.1)
GCC_REPO := https://gcc.gnu.org/git/gcc.git
GCC_DIR := gcc-gnu
BINUTILS_BRANCH := binutils-2_32
BINUTILS_REPO := git://sourceware.org/git/binutils-gdb.git
BINUTILS_REPO := https://sourceware.org/git/binutils-gdb.git
BINUTILS_DIR := binutils-gdb-gnu
else ifeq ($(GCC), 9.2)
ISL := 0.18
Expand All @@ -79,7 +79,7 @@ else ifeq ($(GCC), 9.2)
GCC_REPO := https://gcc.gnu.org/git/gcc.git
GCC_DIR := gcc-gnu
BINUTILS_BRANCH := binutils-2_32
BINUTILS_REPO := git://sourceware.org/git/binutils-gdb.git
BINUTILS_REPO := https://sourceware.org/git/binutils-gdb.git
BINUTILS_DIR := binutils-gdb-gnu
else ifeq ($(GCC), 9.3)
ISL := 0.18
Expand All @@ -88,7 +88,7 @@ else ifeq ($(GCC), 9.3)
GCC_REPO := https://gcc.gnu.org/git/gcc.git
GCC_DIR := gcc-gnu
BINUTILS_BRANCH := binutils-2_32
BINUTILS_REPO := git://sourceware.org/git/binutils-gdb.git
BINUTILS_REPO := https://sourceware.org/git/binutils-gdb.git
BINUTILS_DIR := binutils-gdb-gnu
else ifeq ($(GCC), 10.1)
ISL := 0.18
Expand All @@ -97,7 +97,7 @@ else ifeq ($(GCC), 10.1)
GCC_REPO := https://gcc.gnu.org/git/gcc.git
GCC_DIR := gcc-gnu
BINUTILS_BRANCH := binutils-2_32
BINUTILS_REPO := git://sourceware.org/git/binutils-gdb.git
BINUTILS_REPO := https://sourceware.org/git/binutils-gdb.git
BINUTILS_DIR := binutils-gdb-gnu
else ifeq ($(GCC), 10.2)
ISL := 0.18
Expand All @@ -106,7 +106,7 @@ else ifeq ($(GCC), 10.2)
GCC_REPO := https://gcc.gnu.org/git/gcc.git
GCC_DIR := gcc-gnu
BINUTILS_BRANCH := binutils-2_32
BINUTILS_REPO := git://sourceware.org/git/binutils-gdb.git
BINUTILS_REPO := https://sourceware.org/git/binutils-gdb.git
BINUTILS_DIR := binutils-gdb-gnu
else
$(error Need to specify a supported GCC version "GCC={4.8, 4.9, 5.2, 7.2, 9.3, 10.1, 10.2}")
Expand Down

0 comments on commit 8c753e7

Please sign in to comment.