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-07-23 18:41:07 +0100
commitbb691240929be53604664236239686493a7e6127 (patch)
tree3cbb4ae16fc1825dbb324508fa917a25ef743442
parent9d633a06ca4027766fbba95028e34d7c32c5b621 (diff)
downloadtoolchains-bb691240929be53604664236239686493a7e6127.tar.gz
toolchains-bb691240929be53604664236239686493a7e6127.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)