diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-09-21 21:56:06 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-09-21 21:56:06 +0000 |
commit | 2154123b5c1740a8a4186ebc7f41b9e3e740997e (patch) | |
tree | 0d723acf65878cb536e6f1bee7e94a220ad86df9 /cpp/test | |
parent | Use GRADLEOPTS in Java Makefiles (diff) | |
download | ice-2154123b5c1740a8a4186ebc7f41b9e3e740997e.tar.bz2 ice-2154123b5c1740a8a4186ebc7f41b9e3e740997e.tar.xz ice-2154123b5c1740a8a4186ebc7f41b9e3e740997e.zip |
No ++11 lib suffix with GCC 6+
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IceGrid/noRestartUpdate/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp b/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp index 5175cc843a5..f0bf89f6f65 100644 --- a/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp +++ b/cpp/test/IceGrid/noRestartUpdate/AllTests.cpp @@ -544,7 +544,7 @@ allTests(const Ice::CommunicatorPtr& communicator) # if defined(__i386) iceboxExe += "32"; # endif -# if defined(ICE_CPP11) +# if defined(ICE_CPP11) && defined(__GNUC__) && (__GNUC__ < 6) iceboxExe += "++11"; # endif #endif |