diff options
author | Mark Brand <mabrand@mabrand.nl> | 2019-02-24 17:04:52 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2019-02-24 18:51:55 (GMT) |
commit | 595cf68a00556655a143d5647d1322daad9f98a3 (patch) | |
tree | bbc1d30df52e5bbd91497b6a9f81a004a0b9300e /plugins/gcc8 | |
parent | dc4271658d3a6e4350704ece033faa4e7c6cc6d3 (diff) | |
download | mxe-595cf68a00556655a143d5647d1322daad9f98a3.zip mxe-595cf68a00556655a143d5647d1322daad9f98a3.tar.gz mxe-595cf68a00556655a143d5647d1322daad9f98a3.tar.bz2 |
update gcc8 to 8.3.0
Diffstat (limited to 'plugins/gcc8')
-rw-r--r-- | plugins/gcc8/gcc8-overlay.mk | 4 | ||||
-rw-r--r-- | plugins/gcc8/gcc8.patch | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/gcc8/gcc8-overlay.mk b/plugins/gcc8/gcc8-overlay.mk index 1df88e1..b8d7529 100644 --- a/plugins/gcc8/gcc8-overlay.mk +++ b/plugins/gcc8/gcc8-overlay.mk @@ -17,8 +17,8 @@ $(PKG)_URL := http://isl.gforge.inria.fr/$($(PKG)_FILE) $(PKG)_URL_2 := https://gcc.gnu.org/pub/gcc/infrastructure/$($(PKG)_FILE) PKG := gcc -$(PKG)_VERSION := 8.2.0 -$(PKG)_CHECKSUM := 196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080 +$(PKG)_VERSION := 8.3.0 +$(PKG)_CHECKSUM := 64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2c $(PKG)_SUBDIR := gcc-$($(PKG)_VERSION) $(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.xz $(PKG)_URL := https://ftp.gnu.org/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE) diff --git a/plugins/gcc8/gcc8.patch b/plugins/gcc8/gcc8.patch index 9c14652..105d0f8 100644 --- a/plugins/gcc8/gcc8.patch +++ b/plugins/gcc8/gcc8.patch @@ -16,7 +16,7 @@ diff --git a/gcc/config/i386/driver-i386.c b/gcc/config/i386/driver-i386.c index 1111111..2222222 100644 --- a/gcc/config/i386/driver-i386.c +++ b/gcc/config/i386/driver-i386.c -@@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see +@@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see const char *host_detect_local_cpu (int argc, const char **argv); @@ -36,7 +36,7 @@ diff --git a/gcc/config.gcc b/gcc/config.gcc index 1111111..2222222 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc -@@ -1713,7 +1713,7 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) +@@ -1801,7 +1801,7 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) tmake_file="${tmake_file} i386/t-mingw-w32" ;; esac @@ -49,7 +49,7 @@ diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index 1111111..2222222 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h -@@ -170,7 +170,7 @@ along with GCC; see the file COPYING3. If not see +@@ -172,7 +172,7 @@ along with GCC; see the file COPYING3. If not see /* For native mingw-version we need to take care that NATIVE_SYSTEM_HEADER_DIR macro contains POSIX-style path. See bug 52947. */ #undef NATIVE_SYSTEM_HEADER_DIR |