Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/81e63b3def14ddc6c2...
...commit
http://git.netsurf-browser.org/toolchains.git/commit/81e63b3def14ddc6c20e...
...tree
http://git.netsurf-browser.org/toolchains.git/tree/81e63b3def14ddc6c20e53...
The branch, chris/gcc6-os3 has been updated
via 81e63b3def14ddc6c20e53080108503a54314182 (commit)
from e72bca9f95a2a225d9c32a1a4eed9cf3e5148f40 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=81e63b3def14ddc6...
commit 81e63b3def14ddc6c20e53080108503a54314182
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Update GCC to fix startfile path issue
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)
-----------------------------------------------------------------------
Summary of changes:
m68k-unknown-amigaos/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
--
Cross-compilation toolchains and environments