K 10 svn:author V 7 antoine K 8 svn:date V 27 2016-11-20T21:39:25.387378Z K 7 svn:log V 395 Fix build on 9.3 amd64 after lang/gcc upgrade by switching to USE_GCC=4.8 gcc 4.9 fails to link on 9.3 amd64 with: /usr/local/lib/libtinyxml.so: error: undefined reference to 'std::istream::get()' /usr/local/lib/libtinyxml.so: error: undefined reference to 'std::__throw_out_of_range(char const*)' /usr/local/lib/libtinyxml.so: error: undefined reference to 'std::istream::peek()' PR: 196712 END