mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
configure.ac: Port to gcc 5
Apparently gcc 5 behaves as follows: $ gcc -dumpversion 5 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15773
This commit is contained in:
@@ -26,6 +26,7 @@ int main(int argc, char** argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ -0 < 6
|
||||
//
|
||||
// From libstdc++-v3/src/c++11/thread.cc
|
||||
//
|
||||
@@ -70,3 +71,4 @@ namespace std
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user