summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2018-02-05 18:32:33 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2018-02-05 18:32:33 +0000
commit179dc6c30c2af02130f6dd79e8cedcffe242b2a6 (patch)
treecd28fa13f6061913c474597000c8082e4851cc98
parent976bc05e52f73ea8ab4a8272004d8295037aca0e (diff)
downloadtoolchains-179dc6c30c2af02130f6dd79e8cedcffe242b2a6.tar.gz
toolchains-179dc6c30c2af02130f6dd79e8cedcffe242b2a6.tar.bz2
gcc update to try to fix issue with % op in 020 code
-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 6d26987..cc5aee9 100644
--- a/m68k-unknown-amigaos/Makefile
+++ b/m68k-unknown-amigaos/Makefile
@@ -3,7 +3,7 @@
# sources
-UPSTREAM_GCC_VERSION := 6.4.1b-20180203
+UPSTREAM_GCC_VERSION := 6.4.1b-20180205
UPSTREAM_GCC_TARBALL := v$(UPSTREAM_GCC_VERSION).tar.gz
UPSTREAM_GCC_URI := https://github.com/chris-y/gcc/archive/$(UPSTREAM_GCC_TARBALL)