summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/faq.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/faq.xml')
-rw-r--r--documentation/poky-ref-manual/faq.xml22
1 files changed, 0 insertions, 22 deletions
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
@@ -310,28 +310,6 @@
310 <qandaentry> 310 <qandaentry>
311 <question> 311 <question>
312 <para> 312 <para>
313 I'm using Ubuntu Intrepid and am seeing build failures. What’s wrong?
314 </para>
315 </question>
316 <answer>
317 <para>
318 In Intrepid, Ubuntu turns on by default the normally optional compile-time security features
319 and warnings.
320 There are more details at
321 <ulink url='https://wiki.ubuntu.com/CompilerFlags'>https://wiki.ubuntu.com/CompilerFlags</ulink>.
322 You can work around this problem by disabling those options by adding
323 the following to the <filename>BUILD_CPPFLAGS</filename> variable in the
324 <filename>conf/bitbake.conf</filename> file.
325 <literallayout class='monospaced'>
326 " -Wno-format-security -U_FORTIFY_SOURCE"
327 </literallayout>
328 </para>
329 </answer>
330 </qandaentry>
331
332 <qandaentry>
333 <question>
334 <para>
335 What’s the difference between <filename>foo</filename> and <filename>foo-native</filename>? 313 What’s the difference between <filename>foo</filename> and <filename>foo-native</filename>?
336 </para> 314 </para>
337 </question> 315 </question>