lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 088a5b5 2/2: Provisionally allow a newer gcc


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 088a5b5 2/2: Provisionally allow a newer gcc version
Date: Fri, 2 Mar 2018 12:11:30 -0500 (EST)

branch: master
commit 088a5b51cc4f705bd59ee9fcc6aeb1cca3c76e7a
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Provisionally allow a newer gcc version
---
 workhorse.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/workhorse.make b/workhorse.make
index 7e9df57..2b995b9 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -142,6 +142,7 @@ else ifeq (3.4.5,$(gnu_cpp_version))
 else ifeq (4.9.1,$(gnu_cpp_version))
 else ifeq (4.9.2,$(gnu_cpp_version))
 else ifeq (6.3.0,$(gnu_cpp_version))
+else ifeq (7.2-win32,$(gnu_cpp_version))
 else
   $(warning Untested $(GNU_CPP) version '$(gnu_cpp_version)')
 endif
@@ -151,6 +152,7 @@ else ifeq (3.4.5,$(gnu_cxx_version))
 else ifeq (4.9.1,$(gnu_cxx_version))
 else ifeq (4.9.2,$(gnu_cxx_version))
 else ifeq (6.3.0,$(gnu_cxx_version))
+else ifeq (7.2-win32,$(gnu_cxx_version))
 else
   $(warning Untested $(GNU_CXX) version '$(gnu_cxx_version)')
 endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]