diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 825ea8b1c6..4a17313136 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -307,28 +307,6 @@ - - - - I'm using Ubuntu Intrepid and am seeing build failures. What’s wrong? - - - - - In Intrepid, Ubuntu turns on by default the normally optional compile-time security features - and warnings. - There are more details at - https://wiki.ubuntu.com/CompilerFlags. - You can work around this problem by disabling those options by adding - the following to the BUILD_CPPFLAGS variable in the - conf/bitbake.conf file. - - " -Wno-format-security -U_FORTIFY_SOURCE" - - - - -