[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 74fe75e 3/3: Upgrade to gcc-8.x
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 74fe75e 3/3: Upgrade to gcc-8.x |
Date: |
Tue, 19 Mar 2019 19:42:56 -0400 (EDT) |
branch: master
commit 74fe75e21513cdde35d302845cb104bf509da46f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Upgrade to gcc-8.x
---
install_cygwin.bat | 2 +-
install_mingw.make | 4 +++-
install_msw.sh | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/install_cygwin.bat b/install_cygwin.bat
index c2f809e..ec6388a 100644
--- a/install_cygwin.bat
+++ b/install_cygwin.bat
@@ -35,7 +35,7 @@ START "Installing Cygwin" /WAIT setup-x86 ^
"autoconf,automake,bsdtar,dos2unix,doxygen,gdb,git,libtool,make,openssh,patch,pkg-config,rsync,unzip,wget,zip,zsh"
cd C:\cygwin-lmi\etc
echo # >> fstab
-echo C:/opt/lmi/MinGW-7_3_0 /MinGW_ lmi_specific binary,user 0 0 >>
fstab
+echo C:/opt/lmi/MinGW-8_1_0 /MinGW_ lmi_specific binary,user 0 0 >>
fstab
echo C:/opt/lmi /opt/lmi lmi_specific binary,user 0 0 >>
fstab
echo C:/lmi /lmi lmi_specific binary,user 0 0 >>
fstab
echo C:/cache_for_lmi /cache_for_lmi lmi_specific binary,user 0 0 >>
fstab
diff --git a/install_mingw.make b/install_mingw.make
index 3f08d1d..6941928 100644
--- a/install_mingw.make
+++ b/install_mingw.make
@@ -28,7 +28,7 @@ this_makefile := $(abspath $(lastword $(MAKEFILE_LIST)))
# rather than release its own; lmi uses i686 builds with native
# threads and SJLJ exceptions.
-version := MinGW-7_3_0
+version := MinGW-8_1_0
file_list = $($(version))
@@ -58,6 +58,7 @@ mirror := http://downloads.sourceforge.net/mingw-w64
MinGW-6_3_0 := i686-6.3.0-release-win32-sjlj-rt_v5-rev2.7z
MinGW-7_2_0 := i686-7.2.0-release-win32-sjlj-rt_v5-rev0.7z
MinGW-7_3_0 := i686-7.3.0-release-win32-sjlj-rt_v5-rev0.7z
+MinGW-8_1_0 := i686-8.1.0-release-win32-sjlj-rt_v6-rev0.7z
# Archive md5sums
##############################################################
@@ -65,6 +66,7 @@ MinGW-7_3_0 := i686-7.3.0-release-win32-sjlj-rt_v5-rev0.7z
$(MinGW-6_3_0)-md5 := 6e15de993400279c24b40b1f978e9380
$(MinGW-7_2_0)-md5 := f34ff6eca4aa7a645f60c977b107c5d2
$(MinGW-7_3_0)-md5 := 37d964d08ce48dc170cc95a84679cc4f
+$(MinGW-8_1_0)-md5 := 28ec1e65ab85a9e1043998516045ab62
# Utilities
####################################################################
diff --git a/install_msw.sh b/install_msw.sh
index f0e5683..c0322b0 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -148,9 +148,9 @@ then
restore_MinGW_mount=$(mount --mount-entries | grep '/MinGW_ ')
[ -z "$restore_MinGW_mount" ] \
- || printf '%s\n' "$restore_MinGW_mount" | grep --silent
'C:/opt/lmi/MinGW-7_3_0' \
+ || printf '%s\n' "$restore_MinGW_mount" | grep --silent
'C:/opt/lmi/MinGW-8_1_0' \
|| printf 'Replacing former MinGW_ mount:\n %s\n' "$restore_MinGW_mount"
>/dev/tty
- mount --force "C:/opt/lmi/MinGW-7_3_0" "/MinGW_"
+ mount --force "C:/opt/lmi/MinGW-8_1_0" "/MinGW_"
restore_cache_mount=$(mount --mount-entries | grep '/cache_for_lmi ')
[ -z "$restore_cache_mount" ] \