summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-08 12:20:06 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-08 12:20:06 +0200
commitfd83f7e52b5a79485e75cd9f0c9e5b111a019b22 (patch)
tree3cb3b9b7615a11a8c392f4ee2ca8b624bfffe9a9 /toolchain/gcc/Makefile.inc
parent38419263f6033f1ac086f27d80136eb030c9cb4f (diff)
gcc: add upstreamable patchset for microblaze, remove old patches and use http protocol
Diffstat (limited to 'toolchain/gcc/Makefile.inc')
-rw-r--r--toolchain/gcc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 47b904076..77ab46eac 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -59,7 +59,7 @@ LIBSTDCXXVER:= 19
endif
ifeq ($(ADK_TOOLCHAIN_GCC_GIT),y)
PKG_VERSION:= git
-PKG_SITES:= git://gcc.gnu.org/git/gcc.git
+PKG_SITES:= https://github.com/gcc-mirror/gcc.git
PKG_RELEASE:= 1
LIBSTDCXXVER:= 21
endif