summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-29 19:49:07 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-29 19:49:07 +0000
commit81e63b3def14ddc6c20e53080108503a54314182 (patch)
tree92af3609e4fca959772d570600fed5199f186300
parente72bca9f95a2a225d9c32a1a4eed9cf3e5148f40 (diff)
downloadtoolchains-81e63b3def14ddc6c20e53080108503a54314182.tar.gz
toolchains-81e63b3def14ddc6c20e53080108503a54314182.tar.bz2
Update GCC to fix startfile path issue
-rw-r--r--m68k-unknown-amigaos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/m68k-unknown-amigaos/Makefile b/m68k-unknown-amigaos/Makefile
index 002dc8d..aa966e6 100644
--- a/m68k-unknown-amigaos/Makefile
+++ b/m68k-unknown-amigaos/Makefile
@@ -3,7 +3,7 @@
# sources
-UPSTREAM_GCC_VERSION := 6.4.1b-20180122
+UPSTREAM_GCC_VERSION := 6.4.1b-20180129r2
UPSTREAM_GCC_TARBALL := v$(UPSTREAM_GCC_VERSION).tar.gz
UPSTREAM_GCC_URI := https://github.com/chris-y/gcc/archive/$(UPSTREAM_GCC_TARBALL)