mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 05:10:23 +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:
@@ -21,6 +21,7 @@ int main(int argc, char** argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ -0 < 6
|
||||
//
|
||||
// From libstdc++-v3/src/c++11/thread.cc
|
||||
//
|
||||
@@ -65,3 +66,4 @@ namespace std
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user