summaryrefslogtreecommitdiff
path: root/ppc-amigaos/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-08 21:29:15 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-08 21:29:15 +0000
commit2962566a50820212c62380c29ce082ad4a461984 (patch)
tree956c28bceb4adf2124ff179cd58db4a203b101f1 /ppc-amigaos/Makefile
parentf8aad68778cdb783c3e3afb9732ae611e0a3d22f (diff)
downloadtoolchains-2962566a50820212c62380c29ce082ad4a461984.tar.gz
toolchains-2962566a50820212c62380c29ce082ad4a461984.tar.bz2
Update to gcc 6.1.0 using patches from github.com/sba1/adtools
Diffstat (limited to 'ppc-amigaos/Makefile')
-rw-r--r--ppc-amigaos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile
index b0eecaf..1ba034e 100644
--- a/ppc-amigaos/Makefile
+++ b/ppc-amigaos/Makefile
@@ -1,4 +1,4 @@
-UPSTREAM_GCC_VERSION := 5.3.0
+UPSTREAM_GCC_VERSION := 6.1.0
UPSTREAM_GCC_TARBALL := gcc-$(UPSTREAM_GCC_VERSION).tar.bz2
UPSTREAM_GCC_URI := http://ftp.gnu.org/gnu/gcc/gcc-$(UPSTREAM_GCC_VERSION)/$(UPSTREAM_GCC_TARBALL)