Searched hist:e3393df0 (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/solenv/inc/ |
H A D | unxfbsd.mk | diff e3393df0 Sat Apr 21 23:17:08 UTC 2018 Don Lewis <truckman@apache.org> Unbreak build on FreeBSD with clang 6.0 and newer. Clang 6 changed the its default C++ standard from C++98 to C++14 and our old code is not prepared for that. Avoid the problem by adding the -std=gnu++98 compiler flag. Add the -fstack-protector compiler flag on FreeBSD INTEL and X86_64. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829757 13f79535-47bb-0310-9956-ffa450edef68
|
/aoo42x/main/solenv/gbuild/platform/ |
H A D | freebsd.mk | diff e3393df0 Sat Apr 21 23:17:08 UTC 2018 Don Lewis <truckman@apache.org> Unbreak build on FreeBSD with clang 6.0 and newer. Clang 6 changed the its default C++ standard from C++98 to C++14 and our old code is not prepared for that. Avoid the problem by adding the -std=gnu++98 compiler flag. Add the -fstack-protector compiler flag on FreeBSD INTEL and X86_64. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829757 13f79535-47bb-0310-9956-ffa450edef68
|
Completed in 26 milliseconds